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