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