4 references to OpenDashboardPageAsync
Aspire.Workload.Tests (4)
EmptyTemplateRunTests.cs (1)
25await _testFixture.Project!.OpenDashboardPageAsync(context),
StarterTemplateRunTestsBase.cs (2)
30await _testFixture.Project!.OpenDashboardPageAsync(context).ConfigureAwait(false), 43await _testFixture.Project!.OpenDashboardPageAsync(context).ConfigureAwait(false),
WorkloadTestsBase.cs (1)
184var page = await project.OpenDashboardPageAsync(context);