18 references to NewCommandStrings
aspire (18)
Commands\InitCommand.cs (4)
92
sourceOption.Description =
NewCommandStrings
.SourceArgumentDescription;
97
templateVersionOption.Description =
NewCommandStrings
.VersionArgumentDescription;
107
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
108
:
NewCommandStrings
.ChannelOptionDescription,
Commands\NewCommand.cs (13)
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;
105
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
106
:
NewCommandStrings
.ChannelOptionDescription,
212
NewCommandStrings
.SelectATemplateVersion,
256
NewCommandStrings
.SelectATemplateVersion,
269
NewCommandStrings
.EnterTheOutputPath,
280
NewCommandStrings
.EnterTheProjectName,
284
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
291
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);