Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights
1.1.5
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights --version 1.1.5
NuGet\Install-Package Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights -Version 1.1.5
<PackageReference Include="Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights" Version="1.1.5" />
paket add Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights --version 1.1.5
#r "nuget: Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights, 1.1.5"
// Install Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights as a Cake Addin #addin nuget:?package=Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights&version=1.1.5 // Install Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights as a Cake Tool #tool nuget:?package=Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights&version=1.1.5
Provides an output implementation that sends diagnostics data to Microsoft Application Insights service.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. 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. |
-
.NETFramework 4.5.1
- Microsoft.ApplicationInsights (>= 2.3.0)
- Microsoft.Diagnostics.EventFlow.Core (>= 1.1.5)
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 |
---|---|---|
1.9.1 | 240,294 | 4/26/2022 |
1.8.0 | 125,481 | 5/19/2021 |
1.7.0 | 101,863 | 12/28/2020 |
1.6.0 | 19,717 | 10/16/2020 |
1.4.0 | 381,201 | 5/1/2018 |
1.3.0 | 24,057 | 4/23/2018 |
1.2.2 | 46,228 | 1/25/2018 |
1.2.1 | 36,438 | 12/11/2017 |
1.2.0 | 42,156 | 7/20/2017 |
1.1.5 | 22,014 | 6/15/2017 |
1.1.4 | 6,064 | 5/23/2017 |
1.1.3 | 6,809 | 5/5/2017 |
1.1.2 | 2,831 | 4/20/2017 |
1.1.1 | 5,155 | 4/11/2017 |
1.1.0 | 193,313 | 3/20/2017 |
1.0.1 | 1,803 | 3/16/2017 |
1.0.0 | 23,747 | 12/21/2016 |
1.0.0-preview4 | 1,169 | 11/21/2016 |
1.0.0-preview3 | 1,042 | 11/14/2016 |
1.0.0-preview2 | 1,262 | 11/1/2016 |
1.0.0-preview | 1,406 | 10/12/2016 |
Bug fixes:
1. Update ApplicationInsights SDK ref to 2.3.0 (https://github.com/Azure/diagnostics-eventflow/issues/71)
2. ApplicationInsights output should not require instrumentation key or configuration (https://github.com/Azure/diagnostics-eventflow/issues/91)
3. Application Insights output: failure to decorate event with metadata should not result in data loss (https://github.com/Azure/diagnostics-eventflow/issues/95)