18 references to NewCommandStrings
aspire (18)
Commands\InitCommand.cs (4)
106
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
111
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
121
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
122
:
NewCommandStrings
.ChannelOptionDescription,
Commands\NewCommand.cs (13)
64
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
91
nameOption.Description =
NewCommandStrings
.NameArgumentDescription;
96
outputOption.Description =
NewCommandStrings
.OutputArgumentDescription;
101
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
106
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
116
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
117
:
NewCommandStrings
.ChannelOptionDescription,
295
NewCommandStrings
.SelectATemplateVersion,
339
NewCommandStrings
.SelectATemplateVersion,
352
NewCommandStrings
.EnterTheOutputPath,
363
NewCommandStrings
.EnterTheProjectName,
367
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
374
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);