12 references to NewCommandStrings
aspire (12)
Commands\NewCommand.cs (11)
57: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext) 80nameOption.Description = NewCommandStrings.NameArgumentDescription; 85outputOption.Description = NewCommandStrings.OutputArgumentDescription; 90sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 95templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription; 184NewCommandStrings.SelectATemplateVersion, 238NewCommandStrings.SelectATemplateVersion, 249NewCommandStrings.EnterTheOutputPath, 258NewCommandStrings.EnterTheProjectName, 262: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 269NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);