7 writes to ValidateOnBuild
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
235ValidateOnBuild = true,
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
101ValidateOnBuild = isDevelopment
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\WebAssemblyHostBuilderTest.cs (2)
262options.ValidateOnBuild = true; 279options.ValidateOnBuild = env.IsDevelopment();
Microsoft.Extensions.Hosting (2)
HostBuilder.cs (1)
353_serviceProviderFactory = new ServiceFactoryAdapter<IServiceCollection>(new DefaultServiceProviderFactory(new ServiceProviderOptions { ValidateOnBuild = true, ValidateScopes = true }));
HostingHostBuilderExtensions.cs (1)
340ValidateOnBuild = isDevelopment,
Microsoft.Extensions.Hosting.Testing (1)
FakeHostBuilder.cs (1)
55ValidateOnBuild = options.ValidateOnBuild
2 references to ValidateOnBuild
Microsoft.Extensions.DependencyInjection (1)
ServiceProvider.cs (1)
73if (options.ValidateOnBuild)
Microsoft.Extensions.Hosting.Testing (1)
FakeHostOptions.cs (1)
49/// <inheritdoc cref="ServiceProviderOptions.ValidateOnBuild"/>