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