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