Overload List
Name | Description | |
---|---|---|
![]() ![]() | UseSimpleInjector(IServiceProvider, 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(IServiceProvider, 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