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