2 references to GetDashboardUrlsAsync
Aspire.Hosting (2)
Backchannel\AppHostRpcTarget.cs (1)
159
return await DashboardUrlsHelper.
GetDashboardUrlsAsync
(serviceProvider, logger, cancellationToken).ConfigureAwait(false);
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
426
return await DashboardUrlsHelper.
GetDashboardUrlsAsync
(serviceProvider, logger, cancellationToken).ConfigureAwait(false);