3 implementations of GetDashboardUrlsAsync
aspire (1)
Backchannel\AppHostCliBackchannel.cs (1)
110
public async Task<DashboardUrlsState>
GetDashboardUrlsAsync
(CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1097
public Task<DashboardUrlsState>
GetDashboardUrlsAsync
(CancellationToken cancellationToken) =>
TestServices\TestAppHostCliBackchannel.cs (1)
56
public Task<DashboardUrlsState>
GetDashboardUrlsAsync
(CancellationToken cancellationToken)
1 reference to GetDashboardUrlsAsync
aspire (1)
Commands\RunCommand.cs (1)
913
async () => await backchannel.
GetDashboardUrlsAsync
(cancellationToken).ConfigureAwait(false));