Class ServiceProviderOptions
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Microsoft.Extensions.DependencyInjection.dll
Syntax
public class ServiceProviderOptions
Constructors
ServiceProviderOptions()
Declaration
public ServiceProviderOptions()
Properties
ValidateOnBuild
Declaration
public bool ValidateOnBuild { get; set; }
Property Value
Type | Description |
---|---|
bool |
ValidateScopes
Declaration
public bool ValidateScopes { get; set; }
Property Value
Type | Description |
---|---|
bool |