Implemented interface member:
method
ProbeAsync
Aspire.Cli.Acquisition.IPeerInstallProbe.ProbeAsync(System.String, System.Threading.CancellationToken)
13 references to ProbeAsync
Aspire.Cli.Tests (13)
Acquisition\PeerInstallProbeTests.cs (13)
70var result = await probe.ProbeAsync(missing, TestContext.Current.CancellationToken); 88var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 121var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 147var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 171var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 260var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 283var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 303var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 322var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 350var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 368var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken); 397var probeTask = probe.ProbeAsync(fakePeer.Path, cts.Token); 423var result = await probe.ProbeAsync(fakePeer.Path, TestContext.Current.CancellationToken);