Extension methods to finalize Simple Injector integration on top of ASP.NET Core.
Inheritance Hierarchy
SimpleInjectorSimpleInjectorUseOptionsAspNetCoreExtensions
Namespace: SimpleInjector
Assembly: SimpleInjector.Integration.AspNetCore (in SimpleInjector.Integration.AspNetCore.dll) Version: 5.0.0
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | UseSimpleInjector(IApplicationBuilder, Container) |
Finalizes the configuration of Simple Injector on top of IServiceCollection. Will
ensure framework components can be injected into Simple Injector-resolved components, unless
AutoCrossWireFrameworkComponents is set to false.
|
![]() ![]() | UseSimpleInjector(IApplicationBuilder, Container, ActionSimpleInjectorUseOptions) |
Finalizes the configuration of Simple Injector on top of IServiceCollection. Will
ensure framework components can be injected into Simple Injector-resolved components, unless
AutoCrossWireFrameworkComponents is set to false
using the setupAction.
|
See Also