NishySoftware.Telemetry.ApplicationInsights
2.2.1
dotnet add package NishySoftware.Telemetry.ApplicationInsights --version 2.2.1
NuGet\Install-Package NishySoftware.Telemetry.ApplicationInsights -Version 2.2.1
<PackageReference Include="NishySoftware.Telemetry.ApplicationInsights" Version="2.2.1" />
paket add NishySoftware.Telemetry.ApplicationInsights --version 2.2.1
#r "nuget: NishySoftware.Telemetry.ApplicationInsights, 2.2.1"
// Install NishySoftware.Telemetry.ApplicationInsights as a Cake Addin #addin nuget:?package=NishySoftware.Telemetry.ApplicationInsights&version=2.2.1 // Install NishySoftware.Telemetry.ApplicationInsights as a Cake Tool #tool nuget:?package=NishySoftware.Telemetry.ApplicationInsights&version=2.2.1
For more information about this library, please refer to README.md (v2.2.1) or README.md (latest) at nishy2000/nsTelemetry on Github.com
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 | net452 is compatible. net46 was computed. 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. |
-
.NETFramework 4.5.2
- Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel (>= 2.14.0)
- NishySoftware.Telemetry (>= 2.2.1)
-
.NETStandard 2.0
- Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel (>= 2.14.0)
- NishySoftware.Telemetry (>= 2.2.1)
- System.Management (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Changes from 2.2.0 to 2.2.1
- Fix an issue which the EnableDeveloperMode() method was always set to false regardless of the argument value
Changes from 2.1.1 to 2.2.0
- Common interface definition separated from nsTelemetryAI to nsTelemetry
Changes from 2.1.0 to 2.1.1
- Improve implementation for Linux (including WSL1 / WSL2)
- On Linux, set the StorageFolder property automatically if the StorageFolder property does not existed in ApplicationInsight.config.
Changes to 2.1.0
- Initial public version