8 references to AgentCommandStrings
aspire (8)
Agents\DeprecatedMcpCommandScanner.cs (1)
184var description = string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.DeprecatedConfigUpdate_Description, location.AgentName);
Commands\AgentCommand.cs (1)
27: base("agent", AgentCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\AgentInitCommand.cs (2)
46: base("init", AgentCommandStrings.InitCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry) 126"ConfigUpdates" => AgentCommandStrings.ConfigUpdatesSelectPrompt,
Commands\AgentMcpCommand.cs (1)
57: base("mcp", AgentCommandStrings.McpCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Resources\AgentCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.AgentCommandStrings", typeof(AgentCommandStrings).Assembly);
Utils\EnvironmentChecker\DeprecatedAgentConfigCheck.cs (2)
68Message = string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.DeprecatedConfigWarning, location.AgentName), 69Fix = AgentCommandStrings.DeprecatedConfigFix