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);
162
await scanner.
ScanAsync
(context, CancellationToken.None);
177
await scanner.
ScanAsync
(context, CancellationToken.None);