12 references to NewCommandStrings
aspire (12)
Commands\NewCommand.cs (11)
57
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext)
80
nameOption.Description =
NewCommandStrings
.NameArgumentDescription;
85
outputOption.Description =
NewCommandStrings
.OutputArgumentDescription;
90
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
95
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
184
NewCommandStrings
.SelectATemplateVersion,
238
NewCommandStrings
.SelectATemplateVersion,
249
NewCommandStrings
.EnterTheOutputPath,
258
NewCommandStrings
.EnterTheProjectName,
262
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
269
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);