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