Reallyliri.Yauaa
0.0.532
Requires NuGet 4.1 or higher.
dotnet add package Reallyliri.Yauaa --version 0.0.532
NuGet\Install-Package Reallyliri.Yauaa -Version 0.0.532
<PackageReference Include="Reallyliri.Yauaa" Version="0.0.532" />
paket add Reallyliri.Yauaa --version 0.0.532
#r "nuget: Reallyliri.Yauaa, 0.0.532"
// Install Reallyliri.Yauaa as a Cake Addin #addin nuget:?package=Reallyliri.Yauaa&version=0.0.532 // Install Reallyliri.Yauaa as a Cake Tool #tool nuget:?package=Reallyliri.Yauaa&version=0.0.532
This is a .NET standard library that tries to parse and analyze the user agent string and extract as many relevant attributes as possible.
The library aims to provides a reliable and extensible user agent parsing, browser and device detection.
This is a semantic analyzer, so it doesn't rely on any database (except for some very little lookup tables), that means it is able to parse and recognize every day new kind of user agents and new patterns without updates.
That makes the library very fast, flexible and easy to mantain, on the contrary the library can't extract info that are not present on user agent string without a proper mapping.
The library doesn't aim to recognize every device in the world (there are several thousands), but it is able to work, analyze and extract all attributes available in the user agent.
For most common devices we provide a lookup table in yaml file to identify device brand/model based on the few info available in the user agent.
The library can be easily extended thanks to yaml files and a simple syntax (we don't rely on regular expression).
Thanks to custom yaml definitions, you can make the library able to identify your company applications/ tools and extract your custom fields.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Antlr4.Runtime.Standard (>= 4.8.0)
- DomainParser.Library.NetStandard (>= 1.6.0)
- log4net (>= 2.0.17)
- Newtonsoft.Json (>= 13.0.3)
- rm.Trie (>= 1.6.0)
- System.Collections.NonGeneric (>= 4.3.0)
- YamlDotNet (>= 15.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.532 | 389 | 7/25/2024 |