20 references to CommonAgentApplicators
aspire (16)
Agents\ClaudeCode\ClaudeCodeAgentEnvironmentScanner.cs (4)
73CommonAgentApplicators.AddPlaywrightConfigurationCallback( 83CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot); 110CommonAgentApplicators.AddPlaywrightConfigurationCallback( 120CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot);
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (4)
72CommonAgentApplicators.AddPlaywrightConfigurationCallback( 82CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot); 116CommonAgentApplicators.AddPlaywrightConfigurationCallback( 126CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot);
Agents\OpenCode\OpenCodeAgentEnvironmentScanner.cs (4)
67CommonAgentApplicators.AddPlaywrightConfigurationCallback( 77CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot); 93CommonAgentApplicators.AddPlaywrightConfigurationCallback( 98CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot);
Agents\VsCode\VsCodeAgentEnvironmentScanner.cs (4)
69CommonAgentApplicators.AddPlaywrightConfigurationCallback( 79CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot); 91CommonAgentApplicators.AddPlaywrightConfigurationCallback( 96CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, context.RepositoryRoot);
Aspire.Cli.Tests (4)
Agents\CommonAgentApplicatorsTests.cs (4)
19var result = CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, workspace.WorkspaceRoot); 36var result = CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, workspace.WorkspaceRoot); 55var result = CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, workspace.WorkspaceRoot); 71CommonAgentApplicators.TryAddAgentInstructionsApplicator(context, workspace.WorkspaceRoot);