18 references to AddCommandStrings
aspire (18)
Commands\AddCommand.cs (17)
28: base("add", AddCommandStrings.Description, features, updateNotifier) 45integrationArgument.Description = AddCommandStrings.IntegrationArgumentDescription; 50projectOption.Description = AddCommandStrings.ProjectArgumentDescription; 54versionOption.Description = AddCommandStrings.VersionArgumentDescription; 58sourceOption.Description = AddCommandStrings.SourceArgumentDescription; 83AddCommandStrings.SearchingForAspirePackages, 93throw new EmptyChoicesException(AddCommandStrings.NoIntegrationPackagesFound); 102_interactionService.DisplayError(AddCommandStrings.NoPackagesFound); 127_ => throw new InvalidOperationException(AddCommandStrings.UnexpectedNumberOfPackagesFound) 131AddCommandStrings.AddingAspireIntegration, 154_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.PackageInstallationFailed, addPackageResult)); 159_interactionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.PackageAddedSuccessfully, selectedNuGetPackage.Package.Id, selectedNuGetPackage.Package.Version)); 191_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.ErrorOccurredWhileAddingPackage, ex.Message)); 205_ => throw new InvalidOperationException(AddCommandStrings.UnexpectedNumberOfPackagesFound) 229_interactionService.DisplaySubtleMessage(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.NoPackagesMatchedSearchTerm, searchTerm)); 270string.Format(CultureInfo.CurrentCulture, AddCommandStrings.SelectAVersionOfPackage, selectedPackage.Package.Id), 280AddCommandStrings.SelectAnIntegrationToAdd,
Resources\AddCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.AddCommandStrings", typeof(AddCommandStrings).Assembly);