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