How to install all nugets from certain publishers in the package manager without install one by one ?
-
For example this packages I need to install but it has 154 Packages. How to install all of them ?
-
For example this packages I need to install but it has 154 Packages. How to install all of them ?
You're going to have to go into more detail. I have never heard of such a situation where an app needs so many packages. You can only install one package at a time. There is no way to select a vendor and say "install everything" or even select more than one package and install it. To install 154 packages, you would have to write a Powershell script or batch file, with all the appropriate command lines and execute it to get all those packages installed.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
-
You're going to have to go into more detail. I have never heard of such a situation where an app needs so many packages. You can only install one package at a time. There is no way to select a vendor and say "install everything" or even select more than one package and install it. To install 154 packages, you would have to write a Powershell script or batch file, with all the appropriate command lines and execute it to get all those packages installed.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
Ok thanks. I was testing a vendor components and wanted all the components available to me