18 references to NewCommandStrings
aspire (18)
Commands\InitCommand.cs (4)
106sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 111templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription; 121? NewCommandStrings.ChannelOptionDescriptionWithStaging 122: NewCommandStrings.ChannelOptionDescription,
Commands\NewCommand.cs (13)
64: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 91nameOption.Description = NewCommandStrings.NameArgumentDescription; 96outputOption.Description = NewCommandStrings.OutputArgumentDescription; 101sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 106templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription; 116? NewCommandStrings.ChannelOptionDescriptionWithStaging 117: NewCommandStrings.ChannelOptionDescription, 295NewCommandStrings.SelectATemplateVersion, 339NewCommandStrings.SelectATemplateVersion, 352NewCommandStrings.EnterTheOutputPath, 363NewCommandStrings.EnterTheProjectName, 367: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 374NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);