8 instantiations of CopilotCliAgentEnvironmentScanner
Aspire.Cli.Tests (8)
Agents\CopilotCliAgentEnvironmentScannerTests.cs (8)
25
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
46
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
115
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
155
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
172
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, vsCodeEnvironment, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
213
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
241
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
267
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
20 references to CopilotCliAgentEnvironmentScanner
aspire (4)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (3)
26
private readonly ILogger<
CopilotCliAgentEnvironmentScanner
> _logger;
29
/// Initializes a new instance of <see cref="
CopilotCliAgentEnvironmentScanner
"/>.
36
public CopilotCliAgentEnvironmentScanner(ICopilotCliRunner copilotCliRunner, PlaywrightCliInstaller playwrightCliInstaller, CliExecutionContext executionContext, IEnvironment environment, ILogger<
CopilotCliAgentEnvironmentScanner
> logger)
Program.cs (1)
557
builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IAgentEnvironmentScanner,
CopilotCliAgentEnvironmentScanner
>());
Aspire.Cli.Tests (16)
Agents\CopilotCliAgentEnvironmentScannerTests.cs (16)
25
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
46
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
115
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
155
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
172
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, vsCodeEnvironment, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
213
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
241
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
267
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, new TestEnvironment(), NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);