Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. How to install all nugets from certain publishers in the package manager without install one by one ?

How to install all nugets from certain publishers in the package manager without install one by one ?

Scheduled Pinned Locked Moved Windows Forms
tutorialquestion
3 Posts 2 Posters 34 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Martin Adams 2023
    wrote on last edited by
    #1

    For example this packages I need to install but it has 154 Packages. How to install all of them ?

    D 1 Reply Last reply
    0
    • M Martin Adams 2023

      For example this packages I need to install but it has 154 Packages. How to install all of them ?

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      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

      M 1 Reply Last reply
      0
      • D 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

        M Offline
        M Offline
        Martin Adams 2023
        wrote on last edited by
        #3

        Ok thanks. I was testing a vendor components and wanted all the components available to me

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups