Quantcast
Channel: WE MOVED to github.com/nuget. This site is not monitored!
Viewing all articles
Browse latest Browse all 7612

Created Issue: NuGet requests all versions of packages when installing latest version [3459]

$
0
0
1. Open Fiddler to monitor traffic
2. Create a project.
3. Open the PowerShell console and type this command:
```
install-package jQuery
```
3. Observe the requests made in Fiddler

[Actual]
There's a request to the FindPackagesById() service which returns all versions of jQuery. This is very inefficient because I only want to install the __latest__ version.

[Expected]
NuGet should only request the latest of jQuery.

Viewing all articles
Browse latest Browse all 7612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>