DavidLievrouw.OwinRequestScopeContext
2.0.0
See the version list below for details.
dotnet add package DavidLievrouw.OwinRequestScopeContext --version 2.0.0
NuGet\Install-Package DavidLievrouw.OwinRequestScopeContext -Version 2.0.0
<PackageReference Include="DavidLievrouw.OwinRequestScopeContext" Version="2.0.0" />
paket add DavidLievrouw.OwinRequestScopeContext --version 2.0.0
#r "nuget: DavidLievrouw.OwinRequestScopeContext, 2.0.0"
// Install DavidLievrouw.OwinRequestScopeContext as a Cake Addin #addin nuget:?package=DavidLievrouw.OwinRequestScopeContext&version=2.0.0 // Install DavidLievrouw.OwinRequestScopeContext as a Cake Tool #tool nuget:?package=DavidLievrouw.OwinRequestScopeContext&version=2.0.0
With this Owin middleware, you can use OwinRequestScopeContext.Current like HttpContext.Current, but without a dependency to System.Web.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Owin (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DavidLievrouw.OwinRequestScopeContext:
Package | Downloads |
---|---|
Dotnettency.Owin
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DavidLievrouw.OwinRequestScopeContext:
Repository | Stars |
---|---|
dazinator/Dotnettency
Mutlitenancy for dotnet applications
|
v2.0.0 - 2017-08-13
- Make OwinRequestScopeContext.Current setter internal.
- Changes to v1.1.0 are actually breaking changes, so major version bump needed:
- Remove dependency to Microsoft.Owin package.
- OwinContext is no longer a member of IOwinRequestScopeContext. It is replaced by OwinEnvironment.
- OwinRequestScopeContext.Current is no longer internal.