18 references to NewCommandStrings
aspire (18)
Commands\InitCommand.cs (4)
48Description = NewCommandStrings.SourceArgumentDescription, 53Description = NewCommandStrings.VersionArgumentDescription, 114? NewCommandStrings.ChannelOptionDescriptionWithStaging 115: NewCommandStrings.ChannelOptionDescription,
Commands\NewCommand.cs (13)
43Description = NewCommandStrings.NameArgumentDescription, 48Description = NewCommandStrings.OutputArgumentDescription, 53Description = NewCommandStrings.SourceArgumentDescription, 58Description = NewCommandStrings.VersionArgumentDescription, 90: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 114? NewCommandStrings.ChannelOptionDescriptionWithStaging 115: NewCommandStrings.ChannelOptionDescription, 304NewCommandStrings.SelectATemplateVersion, 348NewCommandStrings.SelectATemplateVersion, 361NewCommandStrings.EnterTheOutputPath, 372NewCommandStrings.EnterTheProjectName, 376: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 383NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);