3 implementations of GetResourceServiceUriAsync
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
17
public async Task<string>
GetResourceServiceUriAsync
(CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
568
public Task<string>
GetResourceServiceUriAsync
(CancellationToken cancellationToken = default)
Dashboard\DashboardResourceTests.cs (1)
622
public Task<string>
GetResourceServiceUriAsync
(CancellationToken cancellationToken = default)
1 reference to GetResourceServiceUriAsync
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
504
var resourceServiceUrl = await dashboardEndpointProvider.
GetResourceServiceUriAsync
(context.CancellationToken).ConfigureAwait(false);