The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.
Info
Version: | 5.5.0 |
Author(s): | Simple Injector Contributors |
Last Update: | Friday, August 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://simpleinjector.org |
NuGet Url: | https://www.nuget.org/packages/SimpleInjector.Integration.Web |
Install
Install-Package SimpleInjector.Integration.Web
dotnet add package SimpleInjector.Integration.Web
paket add SimpleInjector.Integration.Web
SimpleInjector.Integration.Web Download (Unzip the "nupkg" after downloading)
Dependencies
- SimpleInjector(>= 5.0.0 && < 6.0.0)
- Microsoft.Web.Infrastructure(>= 1.0.0)
Tags