20 references to NewCommandStrings
aspire (20)
Commands\InitCommand.cs (4)
48
Description =
NewCommandStrings
.SourceArgumentDescription,
53
Description =
NewCommandStrings
.VersionArgumentDescription,
116
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
117
:
NewCommandStrings
.ChannelOptionDescription,
Commands\NewCommand.cs (15)
36
Description =
NewCommandStrings
.NameArgumentDescription,
41
Description =
NewCommandStrings
.OutputArgumentDescription,
46
Description =
NewCommandStrings
.SourceArgumentDescription,
51
Description =
NewCommandStrings
.VersionArgumentDescription,
80
: base("new",
NewCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
100
?
NewCommandStrings
.ChannelOptionDescriptionWithStaging
101
:
NewCommandStrings
.ChannelOptionDescription,
170
InteractionService.DisplayPlainText($"{
NewCommandStrings
.SelectAProjectTemplate} {result.Description}");
191
NewCommandStrings
.ResolvingTemplateVersion,
358
NewCommandStrings
.SelectATemplateVersion,
402
NewCommandStrings
.SelectATemplateVersion,
415
NewCommandStrings
.EnterTheOutputPath,
427
NewCommandStrings
.EnterTheProjectName,
431
: ValidationResult.Error(
NewCommandStrings
.InvalidProjectName),
438
NewCommandStrings
.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(
NewCommandStrings
).Assembly);