Integrates Simple Injector with applications that require the use of IServiceCollection for registration of framework components.
Info
| Version: | 5.5.0 |
| Author(s): | Simple Injector Contributors |
| Last Update: | Sunday, October 15, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://simpleinjector.org/servicecollection |
| NuGet Url: | https://www.nuget.org/packages/SimpleInjector.Integration.ServiceCollection |
Install
Install-Package SimpleInjector.Integration.ServiceCollection
dotnet add package SimpleInjector.Integration.ServiceCollection
paket add SimpleInjector.Integration.ServiceCollection
SimpleInjector.Integration.ServiceCollection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Localization.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.0)
- SimpleInjector(>= 5.2.0 && < 6.0.0)
Tags