12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
41
: base("exec",
ExecCommandStrings
.Description, features, updateNotifier, executionContext)
60
projectOption.Description =
ExecCommandStrings
.ProjectArgumentDescription;
64
resourceOption.Description =
ExecCommandStrings
.TargetResourceArgumentDescription;
68
startResourceOption.Description =
ExecCommandStrings
.StartTargetResourceArgumentDescription;
72
workdirOption.Description =
ExecCommandStrings
.WorkdirArgumentDescription;
77
commandOption.Description =
ExecCommandStrings
.CommandArgumentDescription;
102
_interactionService.DisplayError(
ExecCommandStrings
.TargetResourceNotSpecified);
110
_interactionService.DisplayError(
ExecCommandStrings
.NoCommandSpecified);
118
_interactionService.DisplayError(
ExecCommandStrings
.FailedToParseCommand);
207
$":running_shoe: {
ExecCommandStrings
.Running}",
230
$":linked_paperclips: {
ExecCommandStrings
.StoppingAppHost}",
Resources\ExecCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.ExecCommandStrings", typeof(
ExecCommandStrings
).Assembly);