3 writes to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (3)
Commands\RunCommandTests.cs (3)
322backchannel.GetDashboardUrlsAsyncCallback = (ct) => 424appHostBackchannel.GetDashboardUrlsAsyncCallback = (ct) => Task.FromResult(new DashboardUrlsState 487appHostBackchannel.GetDashboardUrlsAsyncCallback = (ct) => Task.FromResult(new DashboardUrlsState
2 references to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostCliBackchannel.cs (2)
48return GetDashboardUrlsAsyncCallback != null 49? GetDashboardUrlsAsyncCallback.Invoke(cancellationToken)