13 references to NewCommandStrings
aspire (13)
Commands\NewCommand.cs (12)
43
: base("new",
NewCommandStrings
.Description, features, updateNotifier)
63
nameOption.Description =
NewCommandStrings
.NameArgumentDescription;
68
outputOption.Description =
NewCommandStrings
.OutputArgumentDescription;
73
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
78
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
158
selections.Add((
NewCommandStrings
.UsePrereleaseTemplates, async () =>
161
NewCommandStrings
.SelectATemplateVersion,
182
NewCommandStrings
.SelectATemplateVersion,
195
NewCommandStrings
.EnterTheOutputPath,
204
NewCommandStrings
.EnterTheProjectName,
208
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
215
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);