ApplicationInsights.Helpers.WebApi2 2.0.0-beta1

This is a prerelease version of ApplicationInsights.Helpers.WebApi2.

Requires NuGet 2.8.1 or higher.

dotnet add package ApplicationInsights.Helpers.WebApi2 --version 2.0.0-beta1
NuGet\Install-Package ApplicationInsights.Helpers.WebApi2 -Version 2.0.0-beta1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ApplicationInsights.Helpers.WebApi2" Version="2.0.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApplicationInsights.Helpers.WebApi2 --version 2.0.0-beta1
#r "nuget: ApplicationInsights.Helpers.WebApi2, 2.0.0-beta1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ApplicationInsights.Helpers.WebApi2 as a Cake Addin
#addin nuget:?package=ApplicationInsights.Helpers.WebApi2&version=2.0.0-beta1&prerelease

// Install ApplicationInsights.Helpers.WebApi2 as a Cake Tool
#tool nuget:?package=ApplicationInsights.Helpers.WebApi2&version=2.0.0-beta1&prerelease

Tools to make instrumenting WebApi 2.x apps with Application Insights easier.

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0-beta1 2,253 12/17/2016
1.3.0 5,790 6/24/2016
1.2.0 1,089 3/16/2016
1.2.0-Beta4 837 1/20/2016
1.2.0-Beta3 926 11/10/2015
1.2.0-Beta2 913 10/12/2015
1.2.0-Beta1 1,009 10/4/2015
1.1.0-Beta4 1,079 8/15/2015
1.1.0-Beta3 1,274 8/13/2015
1.1.0-Beta2 923 7/20/2015
1.1.0-Beta1 1,077 5/3/2015
1.0.3-Beta1 1,113 4/27/2015
1.0.2-Beta1 958 4/4/2015
1.0.1-Beta1 914 4/4/2015
1.0.0-Beta1 931 3/25/2015

1.1.0-Beta1
 • The InsightsTelemetryInitializer is now the KeyAndVersionContextInitializer and has been moved to the WebCore package. Name change was needed based on SDK naming conventions.
 
1.0.0-Beta1
 • First release.