2 references to CreateBuilder
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
127
var builder = options is not null ? WebApplication.
CreateBuilder
(options) : WebApplication.CreateBuilder();
Microsoft.AspNetCore (1)
WebApplicationOptions.cs (1)
7
/// Options for configuring the behavior for <see cref="WebApplication.
CreateBuilder
(WebApplicationOptions)"/>.