3 writes to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (3)
Commands\RunCommandTests.cs (3)
337backchannel.GetDashboardUrlsAsyncCallback = (ct) => 440appHostBackchannel.GetDashboardUrlsAsyncCallback = (ct) => Task.FromResult(new DashboardUrlsState 503appHostBackchannel.GetDashboardUrlsAsyncCallback = (ct) => Task.FromResult(new DashboardUrlsState
2 references to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostBackchannel.cs (2)
52return GetDashboardUrlsAsyncCallback != null 53? GetDashboardUrlsAsyncCallback.Invoke(cancellationToken)