<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.2" />

Microsoft.Extensions.DependencyInjection.IServiceProviderFactory<TContainerBuilder>

public interface IServiceProviderFactory<TContainerBuilder>
Provides an extension point for creating a container specific builder and an IServiceProvider.
TContainerBuilder CreateBuilder(IServiceCollection services)

Creates a container builder from an IServiceCollection.

IServiceProvider CreateServiceProvider(TContainerBuilder containerBuilder)

Creates an IServiceProvider from the container builder.