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