Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ServiceProviderOptions.ValidateOnBuild Property

Definition

Namespace:
Microsoft.Extensions.DependencyInjection
Assembly:
Microsoft.Extensions.DependencyInjection.dll
Package:
Microsoft.Extensions.DependencyInjection v11.0.0-preview.5.26302.115
Source:
ServiceProviderOptions.cs
Source:
ServiceProviderOptions.cs
Source:
ServiceProviderOptions.cs
Source:
ServiceProviderOptions.cs

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.

Applies to


Feedback

Was this page helpful?