4 writes to WaitForResourceHandler
Aspire.Cli.Tests (4)
Backchannel\ResourceWaitServiceTests.cs (3)
29WaitForResourceHandler = (resourceName, status, timeoutSeconds, _) => 64WaitForResourceHandler = (_, _, _, _) => Task.FromResult(new WaitForResourceResponse 94WaitForResourceHandler = (_, _, _, _) => Task.FromResult(new WaitForResourceResponse
Commands\WaitCommandTests.cs (1)
188backchannel.WaitForResourceHandler = (_, _, _, _) =>
2 references to WaitForResourceHandler
Aspire.Cli.Tests (2)
TestServices\TestAppHostAuxiliaryBackchannel.cs (2)
313if (WaitForResourceHandler is not null) 315return WaitForResourceHandler(resourceName, status, timeoutSeconds, cancellationToken);