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