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