18 references to NewCommandStrings
aspire (18)
Commands\InitCommand.cs (4)
46
Description =
NewCommandStrings
.SourceArgumentDescription,
51
Description =
NewCommandStrings
.VersionArgumentDescription,
112
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
113
:
NewCommandStrings
.ChannelOptionDescription,
Commands\NewCommand.cs (13)
41
Description =
NewCommandStrings
.NameArgumentDescription,
46
Description =
NewCommandStrings
.OutputArgumentDescription,
51
Description =
NewCommandStrings
.SourceArgumentDescription,
56
Description =
NewCommandStrings
.VersionArgumentDescription,
88
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
112
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
113
:
NewCommandStrings
.ChannelOptionDescription,
302
NewCommandStrings
.SelectATemplateVersion,
346
NewCommandStrings
.SelectATemplateVersion,
359
NewCommandStrings
.EnterTheOutputPath,
370
NewCommandStrings
.EnterTheProjectName,
374
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
381
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);