6 instantiations of NuGetPackageNotFoundException
dotnet (6)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
364throw new NuGetPackageNotFoundException($"Requested workload version {packageVersion} of {id} but found version {downloadedPackageVersion} instead.");
NugetPackageDownloader\NuGetPackageDownloader.cs (5)
180throw new NuGetPackageNotFoundException( 674throw new NuGetPackageNotFoundException( 749throw new NuGetPackageNotFoundException( 760throw new NuGetPackageNotFoundException( 890throw new NuGetPackageNotFoundException(string.Format(CliStrings.IsNotFoundInNuGetFeeds,
4 references to NuGetPackageNotFoundException
dotnet (4)
Commands\Workload\Install\WorkloadManifestUpdater.cs (2)
302catch (NuGetPackageNotFoundException) 342catch (NuGetPackageNotFoundException)
Commands\Workload\Search\WorkloadSearchVersionsCommand.cs (2)
93catch (NuGetPackageNotFoundException) 185catch (NuGetPackageNotFoundException)