6 references to CheckCopilotCliAsync
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
196stage2.Add(new("Copilot CLI GitHub org membership", CheckCopilotCliAsync));
Aspire.Cli.Tests (5)
Telemetry\InternalMicrosoftDetectorTests.cs (5)
1320var result = await detector.CheckCopilotCliAsync(CancellationToken.None); 1347var result = await detector.CheckCopilotCliAsync(CancellationToken.None); 1372var result = await detector.CheckCopilotCliAsync(CancellationToken.None); 1584var result = await detector.CheckCopilotCliAsync(CancellationToken.None); 1630var checkTask = detector.CheckCopilotCliAsync(safetyTimeout.Token);