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