4 references to CheckGhCliExecutableAsync
aspire (2)
Telemetry\InternalMicrosoftDetector.cs (2)
824=> CheckGhCliExecutableAsync("gh", cancellationToken); 827=> CheckGhCliExecutableAsync("gh.exe", cancellationToken);
Aspire.Cli.Tests (2)
Telemetry\InternalMicrosoftDetectorTests.cs (2)
1092var result = await detector.CheckGhCliExecutableAsync(executable, CancellationToken.None); 1123var result = await detector.CheckGhCliExecutableAsync(executable, CancellationToken.None);