AutofacRegistration Methods |
Name | Description | |
---|---|---|
Populate(ContainerBuilder, IEnumerableServiceDescriptor) |
Populates the Autofac container builder with the set of registered service descriptors
and makes IServiceProvider and IServiceScopeFactory
available in the container.
| |
Populate(ContainerBuilder, IEnumerableServiceDescriptor, Object) |
Populates the Autofac container builder with the set of registered service descriptors
and makes IServiceProvider and IServiceScopeFactory
available in the container. Using this overload is incompatible with the ASP.NET Core
support for IServiceProviderFactory.
|