3 writes to TestConnectionAsyncCallback
Aspire.Cli.Tests (3)
Utils\DcpConnectionHealthCheckTests.cs (3)
27
TestConnectionAsyncCallback
= (_, _, _) => throw new InvalidOperationException("Should not be called.")
110
TestConnectionAsyncCallback
= (path, useDeveloperCertificate, _) =>
141
TestConnectionAsyncCallback
= (_, useDeveloperCertificate, _) => Task.FromResult(
2 references to TestConnectionAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDcpConnectionChecker.cs (2)
14
if (
TestConnectionAsyncCallback
is not null)
16
return
TestConnectionAsyncCallback
(dcpDirectory, useDeveloperCertificate, cancellationToken);