11 references to ExecCommandStrings
aspire (11)
Commands\ExecCommand.cs (10)
40
: base("exec",
ExecCommandStrings
.Description, features, updateNotifier)
59
projectOption.Description =
ExecCommandStrings
.ProjectArgumentDescription;
63
resourceOption.Description =
ExecCommandStrings
.TargetResourceArgumentDescription;
67
startResourceOption.Description =
ExecCommandStrings
.StartTargetResourceArgumentDescription;
72
commandOption.Description =
ExecCommandStrings
.CommandArgumentDescription;
97
_interactionService.DisplayError(
ExecCommandStrings
.TargetResourceNotSpecified);
105
_interactionService.DisplayError(
ExecCommandStrings
.NoCommandSpecified);
113
_interactionService.DisplayError(
ExecCommandStrings
.FailedToParseCommand);
202
$":running_shoe: {
ExecCommandStrings
.Running}",
225
$":linked_paperclips: {
ExecCommandStrings
.StoppingAppHost}",
Resources\ExecCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ExecCommandStrings", typeof(
ExecCommandStrings
).Assembly);