18 references to NewCommandStrings
aspire (18)
Commands\InitCommand.cs (4)
48
Description =
NewCommandStrings
.SourceArgumentDescription,
53
Description =
NewCommandStrings
.VersionArgumentDescription,
114
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
115
:
NewCommandStrings
.ChannelOptionDescription,
Commands\NewCommand.cs (13)
43
Description =
NewCommandStrings
.NameArgumentDescription,
48
Description =
NewCommandStrings
.OutputArgumentDescription,
53
Description =
NewCommandStrings
.SourceArgumentDescription,
58
Description =
NewCommandStrings
.VersionArgumentDescription,
90
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
114
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
115
:
NewCommandStrings
.ChannelOptionDescription,
304
NewCommandStrings
.SelectATemplateVersion,
348
NewCommandStrings
.SelectATemplateVersion,
361
NewCommandStrings
.EnterTheOutputPath,
372
NewCommandStrings
.EnterTheProjectName,
376
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
383
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);