DryIoc.Web
5.0.0
Prefix Reserved
dotnet add package DryIoc.Web --version 5.0.0
NuGet\Install-Package DryIoc.Web -Version 5.0.0
<PackageReference Include="DryIoc.Web" Version="5.0.0" />
<PackageVersion Include="DryIoc.Web" Version="5.0.0" />
<PackageReference Include="DryIoc.Web" />
paket add DryIoc.Web --version 5.0.0
#r "nuget: DryIoc.Web, 5.0.0"
#:package DryIoc.Web@5.0.0
#addin nuget:?package=DryIoc.Web&version=5.0.0
#tool nuget:?package=DryIoc.Web&version=5.0.0
DryIoc extension for ASP.NET providing Web Request Reuse
Learn more about Target Frameworks and .NET Standard.
-
- DryIoc (>= 5.3.0)
- Microsoft.Web.Infrastructure (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DryIoc.Web:
| Package | Downloads |
|---|---|
|
DryIoc.Mvc
DryIoc extension for ASP.NET MVC |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 41,371 | 11/10/2022 |
| 4.0.0 | 13,492 | 3/4/2019 |
| 3.1.0-preview-01 | 1,294 | 11/20/2018 |
| 3.0.0 | 4,986 | 7/12/2018 |
| 2.2.0 | 14,186 | 4/4/2017 |
| 2.1.1 | 3,668 | 1/20/2017 |
| 2.1.0 | 3,040 | 10/20/2016 |
| 2.0.0 | 16,705 | 11/19/2015 |
| 2.0.0-rc4build353 | 2,097 | 11/18/2015 |
| 2.0.0-rc4build352 | 2,067 | 11/17/2015 |
| 2.0.0-rc4build351 | 1,924 | 11/17/2015 |
| 2.0.0-rc4build350 | 2,020 | 11/17/2015 |
| 2.0.0-rc4build349 | 1,930 | 11/12/2015 |
| 2.0.0-rc4build348 | 1,962 | 11/12/2015 |
| 2.0.0-rc4build347 | 1,951 | 11/12/2015 |
| 2.0.0-rc4build346 | 1,959 | 11/12/2015 |
| 2.0.0-rc4build345 | 1,936 | 11/12/2015 |
| 2.0.0-rc4build340 | 1,977 | 11/12/2015 |
| 2.0.0-rc1build371 | 1,987 | 1/11/2016 |
| 2.0.0-rc1build366 | 1,903 | 1/11/2016 |
v5.0.0:
- added: Support for DryIoc v5
v4.0.0:
- added: Support for DryIoc v4
- added: IDryIocHttpModuleRequestHandler API and HttpContextScopeContextRequestHandler implementation
- added: DryIocHttpModule.RequestHandler
v3.0.0:
- added: Support for DryIoc v3
v2.2.0:
- added: Ability to handle HttpContextScopeContext errors via User handler to find reason for #433
v2.1.1:
- More robust HttpContextScopeContext to prevent possible concurrency errors
v2.1.0:
- added: #336: DryIoc Web And Mvc on ASP.NET MVC 4
- changed: Depending on Microsoft.Web.Infrastructure package instead of framework assembly
v2.0.1:
- fixed: HttpContext to return null scope if context is not available, as it supposed to be.