2 references to GetDashboardUrlsAsync
Aspire.Hosting (2)
Backchannel\AppHostRpcTarget.cs (1)
190
var urls = await DashboardUrlsHelper.
GetDashboardUrlsAsync
(serviceProvider, logger, cancellationToken).ConfigureAwait(false);
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
929
var urls = await DashboardUrlsHelper.
GetDashboardUrlsAsync
(serviceProvider, logger, cancellationToken).ConfigureAwait(false);