5 references to CheckCopilotCliAsync
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
162new("Copilot CLI GitHub org membership", CheckCopilotCliAsync)
Aspire.Cli.Tests (4)
Telemetry\InternalMicrosoftDetectorTests.cs (4)
436var result = await detector.CheckCopilotCliAsync(CancellationToken.None); 463var result = await detector.CheckCopilotCliAsync(CancellationToken.None); 496var result = await detector.CheckCopilotCliAsync(CancellationToken.None); 542var checkTask = detector.CheckCopilotCliAsync(safetyTimeout.Token);