Implemented interface member:
method
ScanAsync
Aspire.Cli.Agents.IAgentEnvironmentScanner.ScanAsync(Aspire.Cli.Agents.AgentEnvironmentScanContext, System.Threading.CancellationToken)
5 references to ScanAsync
Aspire.Cli.Tests (5)
Agents\CopilotCliAgentEnvironmentScannerTests.cs (5)
24
await scanner.
ScanAsync
(context, CancellationToken.None);
45
await scanner.
ScanAsync
(context, CancellationToken.None);
114
await scanner.
ScanAsync
(context, CancellationToken.None);
163
await scanner.
ScanAsync
(context, CancellationToken.None);
178
await scanner.
ScanAsync
(context, CancellationToken.None);