2 implementations of ProbeAsync
aspire (1)
Acquisition\PeerInstallProbe.cs (1)
67
public async Task<PeerProbeResult>
ProbeAsync
(string binaryPath, CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\FakePeerInstallProbe.cs (1)
48
public Task<PeerProbeResult>
ProbeAsync
(string binaryPath, CancellationToken cancellationToken)
1 reference to ProbeAsync
aspire (1)
Acquisition\InstallationDiscovery.cs (1)
227
var probe = await _peerProbe.
ProbeAsync
(canonical, cancellationToken).ConfigureAwait(false);