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