7 writes to IsReady
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (7)
203
readiness.SetResult(new WaitForAppHostReadyResponse {
IsReady
= true });
232
WaitForAppHostReadyHandler = _ => Task.FromResult<WaitForAppHostReadyResponse?>(new WaitForAppHostReadyResponse {
IsReady
= true })
265
WaitForAppHostReadyHandler = _ => Task.FromResult<WaitForAppHostReadyResponse?>(new WaitForAppHostReadyResponse {
IsReady
= true })
294
WaitForAppHostReadyHandler = _ => Task.FromResult<WaitForAppHostReadyResponse?>(new WaitForAppHostReadyResponse {
IsReady
= true })
322
WaitForAppHostReadyHandler = _ => Task.FromResult<WaitForAppHostReadyResponse?>(new WaitForAppHostReadyResponse {
IsReady
= true })
350
WaitForAppHostReadyHandler = _ => Task.FromResult<WaitForAppHostReadyResponse?>(new WaitForAppHostReadyResponse {
IsReady
= true })
379
WaitForAppHostReadyHandler = _ => Task.FromResult<WaitForAppHostReadyResponse?>(new WaitForAppHostReadyResponse {
IsReady
= true })
1 reference to IsReady
aspire (1)
Commands\AppHostLauncher.cs (1)
714
return startupState?.
IsReady
;