3 implementations of GetDashboardUrlsAsync
aspire (1)
Backchannel\AppHostCliBackchannel.cs (1)
67
public async Task<DashboardUrlsState>
GetDashboardUrlsAsync
(CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
853
public Task<DashboardUrlsState>
GetDashboardUrlsAsync
(CancellationToken cancellationToken) =>
TestServices\TestAppHostCliBackchannel.cs (1)
45
public Task<DashboardUrlsState>
GetDashboardUrlsAsync
(CancellationToken cancellationToken)
1 reference to GetDashboardUrlsAsync
aspire (1)
Commands\RunCommand.cs (1)
203
async () => await backchannel.
GetDashboardUrlsAsync
(cancellationToken));