2 writes to ValidateScopes
Microsoft.Extensions.Hosting.Testing.Tests (2)
FakeHostBuilderTests.cs (2)
22
ValidateScopes
= false,
146
var hostBuilder = FakeHost.CreateBuilder(x => x.
ValidateScopes
= false)
2 references to ValidateScopes
Microsoft.Extensions.Hosting.Testing (2)
FakeHostBuilder.cs (2)
50
if (options.
ValidateScopes
|| options.ValidateOnBuild)
54
ValidateScopes = options.
ValidateScopes
,