6 instantiations of NuGetPackageNotFoundException
dotnet-aot (6)
parent\dotnet\Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (1)
231throw new NuGetPackageNotFoundException($"Requested workload version {packageVersion} of {id} but found version {downloadedPackageVersion} instead.");
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (5)
178throw new NuGetPackageNotFoundException( 682throw new NuGetPackageNotFoundException( 757throw new NuGetPackageNotFoundException( 768throw new NuGetPackageNotFoundException( 901throw new NuGetPackageNotFoundException(string.Format(CliStrings.IsNotFoundInNuGetFeeds,
1 reference to NuGetPackageNotFoundException
dotnet-aot (1)
parent\dotnet\Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (1)
209catch (NuGetPackageNotFoundException)