1 write to DashboardApp
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
49DashboardApp = new DashboardWebApplication(
3 references to DashboardApp
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (2)
64await DashboardApp.StartAsync(); 69await DashboardApp.DisposeAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
41BaseURL = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress()