With this Owin middleware, you can use OwinRequestScopeContext.Current like HttpContext.Current, but without a dependency to System.Web.
Info
Version: | 4.0.2 |
Author(s): | Dalion |
Last Update: | Tuesday, November 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DavidLievrouw/OwinRequestScopeContext |
NuGet Url: | https://www.nuget.org/packages/DavidLievrouw.OwinRequestScopeContext |
Install
Install-Package DavidLievrouw.OwinRequestScopeContext
dotnet add package DavidLievrouw.OwinRequestScopeContext
paket add DavidLievrouw.OwinRequestScopeContext
DavidLievrouw.OwinRequestScopeContext Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Owin(>= 2.2.0)
- Owin(>= 1.0.0)