<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="11.0.0-preview.3.26207.106" />

Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory

public class DefaultServiceProviderFactory : IServiceProviderFactory<IServiceCollection>
Default implementation of IServiceProviderFactory<T>.

Initializes a new instance of the DefaultServiceProviderFactory class with default options.

Initializes a new instance of the DefaultServiceProviderFactory class with the specified options.

public IServiceCollection CreateBuilder(IServiceCollection services)

public IServiceProvider CreateServiceProvider(IServiceCollection containerBuilder)