14 references to RunCommandStrings
aspire (14)
Commands\RunCommand.cs (13)
30
: base("run",
RunCommandStrings
.Description)
47
projectOption.Description =
RunCommandStrings
.ProjectArgumentDescription;
51
watchOption.Description =
RunCommandStrings
.WatchArgumentDescription;
114
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
144
$":linked_paperclips: {
RunCommandStrings
.StartingAppHost}",
163
$":chart_increasing: {
RunCommandStrings
.StartingDashboard}",
171
table.AddColumn(
RunCommandStrings
.Resource);
172
table.AddColumn(
RunCommandStrings
.Type);
173
table.AddColumn(
RunCommandStrings
.State);
174
table.AddColumn(
RunCommandStrings
.Health);
175
table.AddColumn(
RunCommandStrings
.Endpoints);
192
var message = new Markup(
RunCommandStrings
.PressCtrlCToStopAppHost);
282
_interactionService.DisplayError(
RunCommandStrings
.ProjectCouldNotBeRun);
Resources\RunCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(
RunCommandStrings
).Assembly);