4 instantiations of NuGetPackageCacheException
aspire (4)
NuGet\BundleNuGetPackageCache.cs (2)
181throw new NuGetPackageCacheException($"Package search failed: {error}"); 211throw new NuGetPackageCacheException($"Failed to parse search results: {ex.Message}");
NuGet\NuGetPackageCache.cs (2)
42}) ?? throw new NuGetPackageCacheException(ErrorStrings.FailedToRetrieveCachedTemplatePackages); 101throw new NuGetPackageCacheException(string.Format(CultureInfo.CurrentCulture, ErrorStrings.FailedToSearchForPackages, result.ExitCode));