About 252,000 results
Open links in new tab
  1. How do I get NuGet to install/update all the packages in the …

    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 …

  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 …

  3. 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 …

  4. How to create database using code first migrations?

    To create a database using code-first migrations in Entity Framework using the Package Manager Console, you can follow these steps: 1- Open Visual Studio and open the project in which you …

  5. 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 …

  6. Command for Exiting Package Manager Console - Stack Overflow

    Oct 11, 2016 · Just curious, but is there in fact no exit command one might issue at the PM> prompt in the NuGet Package Manager Console in Visual Studio? ctrl+tab doesn't seem to …

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

    Apr 14, 2017 · 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 …

  8. Visual Studio & Nuget: Package Manager Console commands …

    Nov 24, 2014 · From the Package Manager Console you can use the Powershell command Get-History to get a history of all commands executed during the current session.

  9. 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 …

  10. Package Manager Console not found - Stack Overflow

    Jan 19, 2013 · Package Manager Console not found in Tools menu?? I am using Visual Studio 2010. I need to run a command in it Install-Package Facebook to avail Facebook SDK in …

Refresh