18 references to NewCommandStrings
aspire (18)
Commands\InitCommand.cs (4)
92sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 97templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription; 107? NewCommandStrings.ChannelOptionDescriptionWithStaging 108: NewCommandStrings.ChannelOptionDescription,
Commands\NewCommand.cs (13)
57: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 80nameOption.Description = NewCommandStrings.NameArgumentDescription; 85outputOption.Description = NewCommandStrings.OutputArgumentDescription; 90sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 95templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription; 105? NewCommandStrings.ChannelOptionDescriptionWithStaging 106: NewCommandStrings.ChannelOptionDescription, 212NewCommandStrings.SelectATemplateVersion, 256NewCommandStrings.SelectATemplateVersion, 269NewCommandStrings.EnterTheOutputPath, 280NewCommandStrings.EnterTheProjectName, 284: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 291NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);