About 657,000 results
Open links in new tab
  1. visual studio - How to open up NuGet Console - Stack Overflow

    I am using Visual Studio 2017 and 2019. I want to install a NuGet package through the NuGet Console. I have the commands in my clipboard to do so but i don't know how to open it up or where the NuGet …

  2. .net - Package manager console not showing - Stack Overflow

    Jan 8, 2023 · The package manager console in my visual studio 2022 is no longer showing. It used to show but suddenly it stopped coming up. Kindly enlighten me on how to make sure it come up when …

  3. How do I get NuGet to install/update all the packages in the packages ...

    Jul 30, 2011 · To update all the packages in your solution, first restore them, and then you can either use NuGet.exe to update the packages or from within Visual Studio you can update the packages …

  4. How do I list all installed NuGet packages? - Stack Overflow

    Mar 12, 2014 · In the NuGet Package Manager Console, enter the following command: Get-Package | Format-Table -AutoSize This will either print out a list of installed packages, or if none are present …

  5. c# - update the database from package manager console in code first ...

    Aug 25, 2015 · Important: If you have multiple projects in your solution, you must select the project in the 'Default project'-dropdown (in the Package manager Console) and you must set the project as your …

  6. How can I open the terminal in Visual Studio? - Stack Overflow

    Aug 1, 2021 · 23 As a tricky solution, you can use Package Manager Console to execute CMD or PowerShell commands. Shortcut for Package Manager Console: Alt + T, + N, O Tested on Visual …

  7. How do I enable NuGet Package Restore in Visual Studio?

    Jan 12, 2015 · Package Manager console (Visual Studio, Tools > NuGet Package Manager > Package Manager Console): Run the Update-Package -reinstall -ProjectName command where is the name of …

  8. How do I install a NuGet package .nupkg file locally to Visual Studio ...

    Apr 20, 2012 · Just to give an update, there are minor changes for Visual Studio 2015 users. To use or install package manually, go to Tools -> Options -> NuGet Package Manager -> Package Sources

  9. How can I clear the NuGet package cache using the command line?

    Jun 19, 2015 · 702 I can clear my development computer's NuGet package cache using Visual Studio menu Tools → Options → NuGet Package Manager → General: Clear Package Cache button. I …

  10. Install a Nuget package in Visual Studio Code - Stack Overflow

    Nov 18, 2016 · How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I do it in VS Code?