4 references to Configure
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
67webHostBuilder.Configure(ConfigureApplication); 135webHostBuilder.Configure(ConfigureApplication); 190webHostBuilder.Configure((context, app) => ConfigureApplication(context, app, allowDeveloperExceptionPage: false));
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
1834var ex1 = Assert.Throws<NotSupportedException>(() => builder.WebHost.Configure((context, app) => { }));