14 references to NewCommandStrings
aspire (14)
Commands\InitCommand.cs (2)
84
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
89
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
Commands\NewCommand.cs (11)
56
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
77
nameOption.Description =
NewCommandStrings
.NameArgumentDescription;
82
outputOption.Description =
NewCommandStrings
.OutputArgumentDescription;
87
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
92
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
181
NewCommandStrings
.SelectATemplateVersion,
235
NewCommandStrings
.SelectATemplateVersion,
246
NewCommandStrings
.EnterTheOutputPath,
255
NewCommandStrings
.EnterTheProjectName,
259
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
266
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);