ServiceProviderOptions.ValidateScopes Property

Definition

Gets or sets a value that indicates whether validation is performed to ensure that scoped services are never resolved from the root provider.

C#
public bool ValidateScopes { get; set; }

Property Value

true if validation is performed to ensure that scoped services aren't resolved from the root provider; otherwise, false. The default is the value of IsDevelopment(IHostingEnvironment).

Applies to

Produkt Versionen
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)