ApplicationInsights.OwinExtensions 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ApplicationInsights.OwinExtensions --version 0.5.0
NuGet\Install-Package ApplicationInsights.OwinExtensions -Version 0.5.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.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApplicationInsights.OwinExtensions --version 0.5.0
#r "nuget: ApplicationInsights.OwinExtensions, 0.5.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.
// Install ApplicationInsights.OwinExtensions as a Cake Addin
#addin nuget:?package=ApplicationInsights.OwinExtensions&version=0.5.0

// Install ApplicationInsights.OwinExtensions as a Cake Tool
#tool nuget:?package=ApplicationInsights.OwinExtensions&version=0.5.0

Set of extensions for integrating OWIN based applications with Application Insights

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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. 
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 374,490 10/17/2020
0.8.1 85,110 7/7/2020
0.8.0 11,213 6/30/2020
0.7.0 131,727 9/4/2019
0.6.0 535,150 11/21/2017
0.5.1 44,810 10/15/2017
0.5.0 139,172 8/7/2017
0.4.1 260,834 4/4/2017
0.4.0 30,153 1/25/2017
0.3.0 75,132 8/11/2016
0.2.0 21,200 5/3/2016
0.1.1 2,058 3/21/2016
0.1.0 1,648 12/13/2015
0.1.0-unstable0010 1,024 12/10/2015
0.1.0-unstable0009 1,014 12/6/2015
0.1.0-unstable0008 983 12/6/2015

### 0.5.0
* [BREAKING] (possibly) - `UseApplicationInsights` now accepts an instance of `RequestTrackingConfiguration` instead of separate configuration parameters. Old overload has been deprecated
* [FEATURE] - `IOwinContext` is passed to request filter and additional properties extractor delegates
* [FEATURE] - request filter and additional properties extractor delegates are now async