12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
40
: base("exec",
ExecCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
58
projectOption.Description =
ExecCommandStrings
.ProjectArgumentDescription;
62
resourceOption.Description =
ExecCommandStrings
.TargetResourceArgumentDescription;
66
startResourceOption.Description =
ExecCommandStrings
.StartTargetResourceArgumentDescription;
70
workdirOption.Description =
ExecCommandStrings
.WorkdirArgumentDescription;
75
commandOption.Description =
ExecCommandStrings
.CommandArgumentDescription;
100
InteractionService.DisplayError(
ExecCommandStrings
.TargetResourceNotSpecified);
108
InteractionService.DisplayError(
ExecCommandStrings
.NoCommandSpecified);
116
InteractionService.DisplayError(
ExecCommandStrings
.FailedToParseCommand);
211
$":running_shoe: {
ExecCommandStrings
.Running}",
234
$":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);