2 references to SpawnAndCaptureAsync
aspire (2)
Acquisition\PeerInstallProbe.cs (2)
81
var primary = await
SpawnAndCaptureAsync
(binaryPath, ["doctor", "--self", "--format", "json"], cancellationToken).ConfigureAwait(false);
106
var fallback = await
SpawnAndCaptureAsync
(binaryPath, ["--version"], cancellationToken).ConfigureAwait(false);