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