5 instantiations of CopilotCliAgentEnvironmentScanner
Aspire.Cli.Tests (5)
Agents\CopilotCliAgentEnvironmentScannerTests.cs (5)
21
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
42
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
111
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
159
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
174
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
14 references to CopilotCliAgentEnvironmentScanner
aspire (4)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (3)
22
private readonly ILogger<
CopilotCliAgentEnvironmentScanner
> _logger;
25
/// Initializes a new instance of <see cref="
CopilotCliAgentEnvironmentScanner
"/>.
30
public CopilotCliAgentEnvironmentScanner(ICopilotCliRunner copilotCliRunner, CliExecutionContext executionContext, ILogger<
CopilotCliAgentEnvironmentScanner
> logger)
Program.cs (1)
190
builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IAgentEnvironmentScanner,
CopilotCliAgentEnvironmentScanner
>());
Aspire.Cli.Tests (10)
Agents\CopilotCliAgentEnvironmentScannerTests.cs (10)
21
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
42
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
111
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
159
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
174
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);