54 references to SharedCommandStrings
aspire (54)
Backchannel\AppHostConnectionResolver.cs (3)
144SharedCommandStrings.MultipleInScopeAppHosts, 153SharedCommandStrings.NoInScopeAppHostsShowingAll, 198interactionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.UsingAppHost, selectedDisplay));
Commands\AgentInitCommand.cs (1)
87SharedCommandStrings.PromptRunAgentInit,
Commands\AppHostLauncher.cs (3)
35internal static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 42Description = SharedCommandStrings.FormatOptionDescription 50Description = SharedCommandStrings.IsolatedOptionDescription
Commands\DescribeCommand.cs (4)
81private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 124SharedCommandStrings.ScanningForRunningAppHosts, 125string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, DescribeCommandStrings.SelectAppHostAction), 126SharedCommandStrings.AppHostNotRunning,
Commands\ExportCommand.cs (4)
34private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 81SharedCommandStrings.ScanningForRunningAppHosts, 82string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, ExportCommandStrings.SelectAppHostAction), 83SharedCommandStrings.AppHostNotRunning,
Commands\LogsCommand.cs (4)
86private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 150SharedCommandStrings.ScanningForRunningAppHosts, 151string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, LogsCommandStrings.SelectAppHostAction), 152SharedCommandStrings.AppHostNotRunning,
Commands\McpCallCommand.cs (4)
43private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 73SharedCommandStrings.ScanningForRunningAppHosts, 74string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, "call MCP tool on"), 75SharedCommandStrings.AppHostNotRunning,
Commands\McpToolsCommand.cs (4)
28private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 58SharedCommandStrings.ScanningForRunningAppHosts, 59string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, "list MCP tools for"), 60SharedCommandStrings.AppHostNotRunning,
Commands\PipelineCommandBase.cs (3)
45Description = SharedCommandStrings.PipelineLogLevelOptionDescription 50Description = SharedCommandStrings.PipelineIncludeExceptionDetailsOptionDescription 55Description = SharedCommandStrings.PipelineEnvironmentOptionDescription
Commands\PsCommand.cs (2)
106SharedCommandStrings.ScanningForRunningAppHosts, 122_interactionService.DisplayMessage(KnownEmojis.Information, SharedCommandStrings.AppHostNotRunning);
Commands\ResourceCommand.cs (4)
34private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 74SharedCommandStrings.ScanningForRunningAppHosts, 75string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, ResourceCommandStrings.SelectAppHostAction), 76SharedCommandStrings.AppHostNotRunning,
Commands\RestoreCommand.cs (1)
33private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription);
Commands\SecretCommand.cs (1)
19internal static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription);
Commands\StopCommand.cs (7)
98SharedCommandStrings.ScanningForRunningAppHosts, 103_interactionService.DisplayError(SharedCommandStrings.AppHostNotRunning); 130SharedCommandStrings.ScanningForRunningAppHosts, 131string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, StopCommandStrings.SelectAppHostAction), 132SharedCommandStrings.AppHostNotRunning, 150SharedCommandStrings.ScanningForRunningAppHosts, 155_interactionService.DisplayError(SharedCommandStrings.AppHostNotRunning);
Commands\TelemetryCommandHelpers.cs (4)
43internal static OptionWithLegacy<FileInfo?> CreateAppHostOption() => new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 112SharedCommandStrings.ScanningForRunningAppHosts, 113string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, TelemetryCommandStrings.SelectAppHostAction), 114SharedCommandStrings.AppHostNotRunning,
Commands\WaitCommand.cs (4)
42private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 92SharedCommandStrings.ScanningForRunningAppHosts, 93string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, WaitCommandStrings.SelectAppHostAction), 94SharedCommandStrings.AppHostNotRunning,
Resources\SharedCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.SharedCommandStrings", typeof(SharedCommandStrings).Assembly);