19 references to AddCommandStrings
aspire (19)
Commands\AddCommand.cs (18)
30: base("add", AddCommandStrings.Description, features, updateNotifier, executionContext) 49integrationArgument.Description = AddCommandStrings.IntegrationArgumentDescription; 54projectOption.Description = AddCommandStrings.ProjectArgumentDescription; 58versionOption.Description = AddCommandStrings.VersionArgumentDescription; 62sourceOption.Description = AddCommandStrings.SourceArgumentDescription; 93AddCommandStrings.SearchingForAspirePackages, 119throw new EmptyChoicesException(AddCommandStrings.NoIntegrationPackagesFound); 128_interactionService.DisplayError(AddCommandStrings.NoPackagesFound); 153_ => throw new InvalidOperationException(AddCommandStrings.UnexpectedNumberOfPackagesFound) 157AddCommandStrings.AddingAspireIntegration, 180_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.PackageInstallationFailed, addPackageResult)); 185_interactionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.PackageAddedSuccessfully, selectedNuGetPackage.Package.Id, selectedNuGetPackage.Package.Version)); 206_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.ErrorOccurredWhileAddingPackage, ex.Message)); 220_ => throw new InvalidOperationException(AddCommandStrings.UnexpectedNumberOfPackagesFound) 244_interactionService.DisplaySubtleMessage(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.NoPackagesMatchedSearchTerm, searchTerm)); 293string.Format(CultureInfo.CurrentCulture, AddCommandStrings.SelectAVersionOfPackage, firstPackage.Package.Id), 344string.Format(CultureInfo.CurrentCulture, AddCommandStrings.SelectAVersionOfPackage, firstPackage.Package.Id), 355AddCommandStrings.SelectAnIntegrationToAdd,
Resources\AddCommandStrings.Designer.cs (1)
36System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.AddCommandStrings", typeof(AddCommandStrings).Assembly);