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