Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions
Extension methods for building a ServiceProvider from an IServiceCollection.
namespace Microsoft.Extensions.DependencyInjection
{
public static class ServiceCollectionContainerBuilderExtensions
{
public static ServiceProvider BuildServiceProvider(this IServiceCollection services);
public static ServiceProvider BuildServiceProvider(this IServiceCollection services, bool validateScopes);
public static ServiceProvider BuildServiceProvider(this IServiceCollection services, ServiceProviderOptions options);
}
}