ServiceProviderOptions.ValidateOnBuild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether validation is performed to ensure all services can be created when BuildServiceProvider(IServiceCollection, ServiceProviderOptions) is called.
public:
property bool ValidateOnBuild { bool get(); void set(bool value); };
public bool ValidateOnBuild { get; set; }
member this.ValidateOnBuild : bool with get, set
Public Property ValidateOnBuild As Boolean
Property Value
true
if validation is performed to ensure all services can be created during a BuildServiceProvider(IServiceCollection, ServiceProviderOptions) call; otherwise, false
. The default is the value of IsDevelopment(IHostingEnvironment).
Remarks
Open generics services aren't validated.