12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
42
: base("exec",
ExecCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
64
projectOption.Description =
ExecCommandStrings
.ProjectArgumentDescription;
68
resourceOption.Description =
ExecCommandStrings
.TargetResourceArgumentDescription;
72
startResourceOption.Description =
ExecCommandStrings
.StartTargetResourceArgumentDescription;
76
workdirOption.Description =
ExecCommandStrings
.WorkdirArgumentDescription;
81
commandOption.Description =
ExecCommandStrings
.CommandArgumentDescription;
106
InteractionService.DisplayError(
ExecCommandStrings
.TargetResourceNotSpecified);
114
InteractionService.DisplayError(
ExecCommandStrings
.NoCommandSpecified);
122
InteractionService.DisplayError(
ExecCommandStrings
.FailedToParseCommand);
217
$":running_shoe: {
ExecCommandStrings
.Running}",
240
$":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);