14 references to NewCommandStrings
aspire (14)
Commands\InitCommand.cs (2)
87
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
92
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
Commands\NewCommand.cs (11)
57
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
80
nameOption.Description =
NewCommandStrings
.NameArgumentDescription;
85
outputOption.Description =
NewCommandStrings
.OutputArgumentDescription;
90
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
95
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
182
NewCommandStrings
.SelectATemplateVersion,
236
NewCommandStrings
.SelectATemplateVersion,
249
NewCommandStrings
.EnterTheOutputPath,
260
NewCommandStrings
.EnterTheProjectName,
264
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
271
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);