20 references to NewCommandStrings
aspire (20)
Commands\InitCommand.cs (4)
47Description = NewCommandStrings.SourceArgumentDescription, 52Description = NewCommandStrings.VersionArgumentDescription, 114? NewCommandStrings.ChannelOptionDescriptionWithStaging 115: NewCommandStrings.ChannelOptionDescription,
Commands\NewCommand.cs (15)
35Description = NewCommandStrings.NameArgumentDescription, 40Description = NewCommandStrings.OutputArgumentDescription, 45Description = NewCommandStrings.SourceArgumentDescription, 50Description = NewCommandStrings.VersionArgumentDescription, 78: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 98? NewCommandStrings.ChannelOptionDescriptionWithStaging 99: NewCommandStrings.ChannelOptionDescription, 168InteractionService.DisplayPlainText($"{NewCommandStrings.SelectAProjectTemplate} {result.Description}"); 189NewCommandStrings.ResolvingTemplateVersion, 353NewCommandStrings.SelectATemplateVersion, 397NewCommandStrings.SelectATemplateVersion, 410NewCommandStrings.EnterTheOutputPath, 422NewCommandStrings.EnterTheProjectName, 426: ValidationResult.Error(NewCommandStrings.InvalidProjectName), 433NewCommandStrings.SelectAProjectTemplate,
Resources\NewCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly);