Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Can a list of needed nugets be sorted not to crash when Package Manager is trying to install them from command line?

$
0
0

I am getting the latest version of a project from TFS. The nuget packages do not come through.

The rebuild fails because of missing nuget package. When I download, add the right nuget one by one from Nuget Manager, the error goes away, and an other one shows up. Not all of them are "root level" nugets (not sure what they are called), some of them are nugets under nuget.

Anyway, looking at the Package Manager command line installation, it works faster, but the problem is that I need to run them in a specific order,otherwise install doesn't go through because of dependencies.

I checked the list in a json file from a coworker, and there are hundreds to install.

Is there a way to make this go faster?

Note: I want to use the same specific versions as the coworker, not to cause any issues later on


Viewing all articles
Browse latest Browse all 3067

Trending Articles



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