13 references to NewCommandStrings
aspire (13)
Commands\NewCommand.cs (12)
43: base("new", NewCommandStrings.Description, features, updateNotifier) 63nameOption.Description = NewCommandStrings.NameArgumentDescription; 68outputOption.Description = NewCommandStrings.OutputArgumentDescription; 73sourceOption.Description = NewCommandStrings.SourceArgumentDescription; 78templateVersionOption.Description = NewCommandStrings.VersionArgumentDescription; 158selections.Add((NewCommandStrings.UsePrereleaseTemplates, async () => 161NewCommandStrings.SelectATemplateVersion, 182NewCommandStrings.SelectATemplateVersion, 195NewCommandStrings.EnterTheOutputPath, 204NewCommandStrings.EnterTheProjectName, 208: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 215NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);