11 references to NewCommandStrings
aspire (11)
Commands\NewCommand.cs (10)
37: base("new", NewCommandStrings.Description, features, updateNotifier) 55nameOption.Description = NewCommandStrings.NameArgumentDescription; 60outputOption.Description = NewCommandStrings.OutputArgumentDescription; 65sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 70templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription; 127NewCommandStrings.SelectATemplateVersion, 137NewCommandStrings.EnterTheOutputPath, 146NewCommandStrings.EnterTheProjectName, 150: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 157NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);