ApplicationInsights.OwinExtensions 0.9.0

dotnet add package ApplicationInsights.OwinExtensions --version 0.9.0
                    
NuGet\Install-Package ApplicationInsights.OwinExtensions -Version 0.9.0
                    
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.OwinExtensions" Version="0.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ApplicationInsights.OwinExtensions" Version="0.9.0" />
                    
Directory.Packages.props
<PackageReference Include="ApplicationInsights.OwinExtensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ApplicationInsights.OwinExtensions --version 0.9.0
                    
#r "nuget: ApplicationInsights.OwinExtensions, 0.9.0"
                    
#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.
#:package ApplicationInsights.OwinExtensions@0.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ApplicationInsights.OwinExtensions&version=0.9.0
                    
Install as a Cake Addin
#tool nuget:?package=ApplicationInsights.OwinExtensions&version=0.9.0
                    
Install as a Cake Tool

Set of extensions for integrating OWIN based applications with Application Insights

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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 (1)

Showing the top 1 popular GitHub repositories that depend on ApplicationInsights.OwinExtensions:

Repository Stars
riganti/dotvvm
Open source MVVM framework for Web Apps
Version Downloads Last Updated
0.9.0 599,992 10/17/2020
0.8.1 118,977 7/7/2020
0.8.0 14,322 6/30/2020
0.7.0 165,853 9/4/2019
0.6.0 572,882 11/21/2017
0.5.1 50,771 10/15/2017
0.5.0 146,881 8/7/2017
0.4.1 314,258 4/4/2017
0.4.0 49,045 1/25/2017
0.3.0 90,576 8/11/2016
0.2.0 21,924 5/3/2016
0.1.1 2,715 3/21/2016
0.1.0 2,381 12/13/2015
0.1.0-unstable0010 1,693 12/10/2015
0.1.0-unstable0009 1,464 12/6/2015
0.1.0-unstable0008 1,487 12/6/2015

* [FEATURE] - allow modifying telemetry context before sending, see #38