Wangkanai.Detection.Device
2.0.0-beta13
Prefix Reserved
Consolidation of project into a single .dll
See the version list below for details.
dotnet add package Wangkanai.Detection.Device --version 2.0.0-beta13
NuGet\Install-Package Wangkanai.Detection.Device -Version 2.0.0-beta13
<PackageReference Include="Wangkanai.Detection.Device" Version="2.0.0-beta13" />
paket add Wangkanai.Detection.Device --version 2.0.0-beta13
#r "nuget: Wangkanai.Detection.Device, 2.0.0-beta13"
// Install Wangkanai.Detection.Device as a Cake Addin #addin nuget:?package=Wangkanai.Detection.Device&version=2.0.0-beta13&prerelease // Install Wangkanai.Detection.Device as a Cake Tool #tool nuget:?package=Wangkanai.Detection.Device&version=2.0.0-beta13&prerelease
ASP.NET Core Detection
ASP.NET Core client web browser detection extension to resolve devices, platforms, engine of the client.
package | nuget |
---|---|
Wangkanai.Detection | |
Wangkanai.Detection.Device | |
Wangkanai.Detection.Browser | |
Wangkanai.Detection.Engine | |
Wangkanai.Detection.Platform | |
Wangkanai.Detection.Crawler | |
Wangkanai.Responsive |
Installation
Installation of detection library is now done with a single package reference point.
PM> install-package Wangkanai.Detection -pre
While it is still possible to install the individual package if you just need that specific resolver.
PM> install-package Wangkanai.Detection.Device -pre
PM> install-package Wangkanai.Detection.Browser -pre
PM> install-package Wangkanai.Detection.Engine -pre //concept
PM> install-package Wangkanai.Detection.Platform -pre //concept
PM> install-package Wangkanai.Detection.Crawler -pre
Installation of Responsive library will bring in all dependency packages (This will include `Wangkanai.Detection.Device).
PM> install-package Wangkanai.Responsive -pre
Configuration
This library host the component to resolve the access client device type.
Implement of the library into your web application is done by configuring the Startup.cs
by adding the detection service in the ConfigureServices
method.
public void ConfigureServices(IServiceCollection services)
{
// Add detection services container and device resolver service.
services.AddDetection();
// Add framework services.
services.AddMvc();
}
AddDetection()
Adds the detection services to the services container.
While the detection service is configured globally, its can also be configure individually if you only need some functions.
public void ConfigureServices(IServiceCollection services)
{
// Add detection services container and device resolver service.
services.AddDetectionCore()
.AddDevice()
.AddBrowser()
.AddPlatform() // concept
.AddEngine() // concept
.AddCrawler();
// Add framework services.
services.AddMvc();
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Wangkanai.Detection.Core (>= 2.0.0-beta13)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Wangkanai.Detection.Device:
Package | Downloads |
---|---|
Bis.Framework
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.1 | 361,812 | 9/25/2020 | |
2.0.0 | 412,124 | 12/29/2019 | |
2.0.0-beta15 | 2,069 | 12/27/2019 | |
2.0.0-beta14 | 1,904 | 12/25/2019 | |
2.0.0-beta13 | 5,662 | 12/8/2019 | |
2.0.0-beta12 | 55,767 | 8/2/2019 | |
2.0.0-beta11 | 59,472 | 5/2/2019 | |
2.0.0-beta10 | 18,002 | 2/21/2019 |