ApplicationInsights.Helpers.Mvc5
1.1.0-Beta1
This is a prerelease version of ApplicationInsights.Helpers.Mvc5.
Requires NuGet 2.8.1 or higher.
dotnet add package ApplicationInsights.Helpers.Mvc5 --version 1.1.0-Beta1
NuGet\Install-Package ApplicationInsights.Helpers.Mvc5 -Version 1.1.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.Mvc5" Version="1.1.0-Beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApplicationInsights.Helpers.Mvc5 --version 1.1.0-Beta1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ApplicationInsights.Helpers.Mvc5, 1.1.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.Mvc5 as a Cake Addin #addin nuget:?package=ApplicationInsights.Helpers.Mvc5&version=1.1.0-Beta1&prerelease // Install ApplicationInsights.Helpers.Mvc5 as a Cake Tool #tool nuget:?package=ApplicationInsights.Helpers.Mvc5&version=1.1.0-Beta1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A few utiltities to make implementing Application Insights in your app a tad easier.
Product | Versions 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.
-
.NETFramework 4.5.2
- ApplicationInsights.Helpers.WebCore (>= 1.1.0-Beta1)
- Microsoft.ApplicationInsights.Web (>= 0.15.0-build00179)
- Microsoft.AspNet.Mvc (>= 5.2.3)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0-Beta1 | 47 | 5/3/2015 |
1.0.3-Beta1 | 40 | 4/27/2015 |
1.0.2-Beta1 | 38 | 4/4/2015 |
1.0.1-Beta1 | 37 | 4/4/2015 |
1.0.0-Beta1 | 39 | 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.