14 references to NewCommandStrings
aspire (14)
Commands\InitCommand.cs (2)
87sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 92templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription;
Commands\NewCommand.cs (11)
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; 182NewCommandStrings.SelectATemplateVersion, 236NewCommandStrings.SelectATemplateVersion, 249NewCommandStrings.EnterTheOutputPath, 260NewCommandStrings.EnterTheProjectName, 264: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 271NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);