13 references to RunCommandStrings
aspire (13)
Commands\ExecCommand.cs (4)
99
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
159
$":linked_paperclips: {
RunCommandStrings
.StartingAppHost}",
221
_interactionService.DisplayError(
RunCommandStrings
.ProjectCouldNotBeRun);
232
_interactionService.DisplayError(
RunCommandStrings
.ProjectCouldNotBeRun);
Commands\RunCommand.cs (8)
42
: base("run",
RunCommandStrings
.Description, features, updateNotifier)
61
projectOption.Description =
RunCommandStrings
.ProjectArgumentDescription;
65
watchOption.Description =
RunCommandStrings
.WatchArgumentDescription;
124
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
172
var dashboardsLocalizedString =
RunCommandStrings
.Dashboard;
173
var logsLocalizedString =
RunCommandStrings
.Logs;
174
var endpointsLocalizedString =
RunCommandStrings
.Endpoints;
316
ctrlCGrid.AddRow(new Text(string.Empty), new Markup(
RunCommandStrings
.PressCtrlCToStopAppHost));
Resources\RunCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(
RunCommandStrings
).Assembly);