11 references to NewCommandStrings
aspire (11)
Commands\NewCommand.cs (10)
37
: base("new",
NewCommandStrings
.Description, features, updateNotifier)
55
nameOption.Description =
NewCommandStrings
.NameArgumentDescription;
60
outputOption.Description =
NewCommandStrings
.OutputArgumentDescription;
65
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
70
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
127
NewCommandStrings
.SelectATemplateVersion,
137
NewCommandStrings
.EnterTheOutputPath,
146
NewCommandStrings
.EnterTheProjectName,
150
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
157
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);