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