9 references to DashboardWebApplication
aspire-managed (1)
Program.cs (1)
40var app = new DashboardWebApplication(options: options);
Aspire.Dashboard (1)
Program.cs (1)
6var app = new DashboardWebApplication();
Aspire.Dashboard.Tests (7)
DashboardOptionsTests.cs (3)
304await using var app = new DashboardWebApplication(builder => builder.Configuration.AddInMemoryCollection( 348await using var app = new DashboardWebApplication(builder => builder.Configuration.AddInMemoryCollection( 380await using var app = new DashboardWebApplication(builder => builder.Configuration.AddInMemoryCollection(
Integration\IntegrationTestHelpers.cs (1)
77var dashboardWebApplication = new DashboardWebApplication(builder =>
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
51DashboardApp = new DashboardWebApplication(
Integration\StartupTests.cs (2)
1077await using (var app = new DashboardWebApplication(preConfigureBuilder: builder => 1106await using var app = new DashboardWebApplication(preConfigureBuilder: builder =>