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

Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions

Extension methods for building a ServiceProvider from an IServiceCollection.
public static ServiceProvider BuildServiceProvider(this IServiceCollection services)

Creates a ServiceProvider containing services from the provided IServiceCollection.

public static ServiceProvider BuildServiceProvider(this IServiceCollection services, bool validateScopes)

Creates a ServiceProvider containing services from the provided IServiceCollection optionally enabling scope validation.

public static ServiceProvider BuildServiceProvider(this IServiceCollection services, ServiceProviderOptions options)

Creates a ServiceProvider containing services from the provided IServiceCollection optionally enabling scope validation.