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