48 references to SharedCommandStrings
aspire (48)
Commands\AppHostLauncher.cs (3)
39
internal static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
SharedCommandStrings
.AppHostOptionDescription);
46
Description =
SharedCommandStrings
.FormatOptionDescription
54
Description =
SharedCommandStrings
.IsolatedOptionDescription
Commands\DescribeCommand.cs (5)
80
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
SharedCommandStrings
.AppHostOptionDescription);
121
SharedCommandStrings
.ScanningForRunningAppHosts,
122
string.Format(CultureInfo.CurrentCulture,
SharedCommandStrings
.SelectAppHost, DescribeCommandStrings.SelectAppHostAction),
123
SharedCommandStrings
.NoInScopeAppHostsShowingAll,
124
SharedCommandStrings
.AppHostNotRunning,
Commands\LogsCommand.cs (5)
87
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
SharedCommandStrings
.AppHostOptionDescription);
166
SharedCommandStrings
.ScanningForRunningAppHosts,
167
string.Format(CultureInfo.CurrentCulture,
SharedCommandStrings
.SelectAppHost, LogsCommandStrings.SelectAppHostAction),
168
SharedCommandStrings
.NoInScopeAppHostsShowingAll,
169
SharedCommandStrings
.AppHostNotRunning,
Commands\PsCommand.cs (2)
83
SharedCommandStrings
.ScanningForRunningAppHosts,
99
_interactionService.DisplayMessage("information",
SharedCommandStrings
.AppHostNotRunning);
Commands\ResourceCommand.cs (5)
34
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
SharedCommandStrings
.AppHostOptionDescription);
63
SharedCommandStrings
.ScanningForRunningAppHosts,
64
string.Format(CultureInfo.CurrentCulture,
SharedCommandStrings
.SelectAppHost, ResourceCommandStrings.SelectAppHostAction),
65
SharedCommandStrings
.NoInScopeAppHostsShowingAll,
66
SharedCommandStrings
.AppHostNotRunning,
Commands\ResourceCommandBase.cs (5)
26
protected static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
SharedCommandStrings
.AppHostOptionDescription);
84
SharedCommandStrings
.ScanningForRunningAppHosts,
85
string.Format(CultureInfo.CurrentCulture,
SharedCommandStrings
.SelectAppHost, ResourceCommandStrings.SelectAppHostAction),
86
SharedCommandStrings
.NoInScopeAppHostsShowingAll,
87
SharedCommandStrings
.AppHostNotRunning,
Commands\StartCommand.cs (4)
111
SharedCommandStrings
.ScanningForRunningAppHosts,
112
string.Format(CultureInfo.CurrentCulture,
SharedCommandStrings
.SelectAppHost, ResourceCommandStrings.SelectAppHostAction),
113
SharedCommandStrings
.NoInScopeAppHostsShowingAll,
114
SharedCommandStrings
.AppHostNotRunning,
Commands\StopCommand.cs (8)
114
SharedCommandStrings
.ScanningForRunningAppHosts,
119
_interactionService.DisplayError(
SharedCommandStrings
.AppHostNotRunning);
150
SharedCommandStrings
.ScanningForRunningAppHosts,
151
string.Format(CultureInfo.CurrentCulture,
SharedCommandStrings
.SelectAppHost, StopCommandStrings.SelectAppHostAction),
152
SharedCommandStrings
.NoInScopeAppHostsShowingAll,
153
SharedCommandStrings
.AppHostNotRunning,
178
SharedCommandStrings
.ScanningForRunningAppHosts,
183
_interactionService.DisplayError(
SharedCommandStrings
.AppHostNotRunning);
Commands\TelemetryCommandHelpers.cs (5)
42
internal static OptionWithLegacy<FileInfo?> CreateAppHostOption() => new("--apphost", "--project",
SharedCommandStrings
.AppHostOptionDescription);
111
SharedCommandStrings
.ScanningForRunningAppHosts,
112
string.Format(CultureInfo.CurrentCulture,
SharedCommandStrings
.SelectAppHost, TelemetryCommandStrings.SelectAppHostAction),
113
SharedCommandStrings
.NoInScopeAppHostsShowingAll,
114
SharedCommandStrings
.AppHostNotRunning,
Commands\WaitCommand.cs (5)
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
.NoInScopeAppHostsShowingAll,
95
SharedCommandStrings
.AppHostNotRunning,
Resources\SharedCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.SharedCommandStrings", typeof(
SharedCommandStrings
).Assembly);