8 instantiations of CopilotCliAgentEnvironmentScanner
Aspire.Cli.Tests (8)
Agents\CopilotCliAgentEnvironmentScannerTests.cs (8)
25
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
46
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
115
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
160
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
176
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
242
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
270
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
296
var scanner = new
CopilotCliAgentEnvironmentScanner
(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<CopilotCliAgentEnvironmentScanner>.Instance);
20 references to CopilotCliAgentEnvironmentScanner
aspire (4)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (3)
27
private readonly ILogger<
CopilotCliAgentEnvironmentScanner
> _logger;
30
/// Initializes a new instance of <see cref="
CopilotCliAgentEnvironmentScanner
"/>.
36
public CopilotCliAgentEnvironmentScanner(ICopilotCliRunner copilotCliRunner, PlaywrightCliInstaller playwrightCliInstaller, CliExecutionContext executionContext, ILogger<
CopilotCliAgentEnvironmentScanner
> logger)
Program.cs (1)
329
builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IAgentEnvironmentScanner,
CopilotCliAgentEnvironmentScanner
>());
Aspire.Cli.Tests (16)
Agents\CopilotCliAgentEnvironmentScannerTests.cs (16)
25
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
46
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
115
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
160
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
176
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
242
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
270
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);
296
var
scanner = new CopilotCliAgentEnvironmentScanner(copilotCliRunner, CreatePlaywrightCliInstaller(), executionContext, NullLogger<
CopilotCliAgentEnvironmentScanner
>.Instance);