20 references to NewCommandStrings
aspire (20)
Commands\InitCommand.cs (4)
48Description = NewCommandStrings.SourceArgumentDescription, 53Description = NewCommandStrings.VersionArgumentDescription, 116? NewCommandStrings.ChannelOptionDescriptionWithStaging 117: NewCommandStrings.ChannelOptionDescription,
Commands\NewCommand.cs (15)
36Description = NewCommandStrings.NameArgumentDescription, 41Description = NewCommandStrings.OutputArgumentDescription, 46Description = NewCommandStrings.SourceArgumentDescription, 51Description = NewCommandStrings.VersionArgumentDescription, 80: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 100? NewCommandStrings.ChannelOptionDescriptionWithStaging 101: NewCommandStrings.ChannelOptionDescription, 170InteractionService.DisplayPlainText($"{NewCommandStrings.SelectAProjectTemplate} {result.Description}"); 191NewCommandStrings.ResolvingTemplateVersion, 358NewCommandStrings.SelectATemplateVersion, 402NewCommandStrings.SelectATemplateVersion, 415NewCommandStrings.EnterTheOutputPath, 427NewCommandStrings.EnterTheProjectName, 431: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 438NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);