2 writes to AgentEnvironmentDetectorFactory
Aspire.Cli.Tests (2)
Commands\AgentInitCommandTests.cs (2)
907
options.
AgentEnvironmentDetectorFactory
= _ => new FakeDetectingDetector(AgentClientKind.CopilotCli);
936
options.
AgentEnvironmentDetectorFactory
= _ => new FakeDetectingDetector(AgentClientKind.CopilotCli);
1 reference to AgentEnvironmentDetectorFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
175
services.AddSingleton(options.
AgentEnvironmentDetectorFactory
);