20 references to NewCommandStrings
aspire (20)
Commands\InitCommand.cs (4)
47
Description =
NewCommandStrings
.SourceArgumentDescription,
52
Description =
NewCommandStrings
.VersionArgumentDescription,
114
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
115
:
NewCommandStrings
.ChannelOptionDescription,
Commands\NewCommand.cs (15)
35
Description =
NewCommandStrings
.NameArgumentDescription,
40
Description =
NewCommandStrings
.OutputArgumentDescription,
45
Description =
NewCommandStrings
.SourceArgumentDescription,
50
Description =
NewCommandStrings
.VersionArgumentDescription,
78
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
98
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
99
:
NewCommandStrings
.ChannelOptionDescription,
168
InteractionService.DisplayPlainText($"{
NewCommandStrings
.SelectAProjectTemplate} {result.Description}");
189
NewCommandStrings
.ResolvingTemplateVersion,
353
NewCommandStrings
.SelectATemplateVersion,
397
NewCommandStrings
.SelectATemplateVersion,
410
NewCommandStrings
.EnterTheOutputPath,
422
NewCommandStrings
.EnterTheProjectName,
426
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
433
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);