1 write to IsReady
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
952
return new WaitForAppHostReadyResponse {
IsReady
= true };
1 reference to IsReady
Aspire.Hosting.Tests (1)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
113
Assert.True(ready.
IsReady
);