7 references to ExecCommandStrings
aspire (7)
Commands\ExecCommand.cs (6)
37
: base("exec",
ExecCommandStrings
.Description, features, updateNotifier)
54
projectOption.Description =
ExecCommandStrings
.ProjectArgumentDescription;
58
resourceOption.Description =
ExecCommandStrings
.TargetResourceArgumentDescription;
62
startResourceOption.Description =
ExecCommandStrings
.StartTargetResourceArgumentDescription;
120
_interactionService.DisplayError(
ExecCommandStrings
.TargetResourceNotSpecified);
128
_interactionService.DisplayError(
ExecCommandStrings
.FailedToParseCommand);
Resources\ExecCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.ExecCommandStrings", typeof(
ExecCommandStrings
).Assembly);