About 233,000 results
Open links in new tab
  1. How do I fix the NuGet Package Manager not opening/working?

    Jul 4, 2022 · I have Visual Studio Professional 2019, and I'm working on debugging a project that has issues with its NuGet packages. The NuGet Package Manager button is present when …

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

  3. Visual Studio Community 2022: NuGet Package Manager not …

    May 12, 2024 · Go into the package source, copy the details of nuget.org, delete nuget.org, then re-add nuget.org with the details you copied. 2: Select "Tools" > "Options" > "NuGet Package …

  4. How do I install a NuGet package .nupkg file locally to Visual …

    Apr 20, 2012 · Menu Tools → Options → Package Manager Give a name and folder location. Click OK. Drop your NuGet package files in that folder. Go to your Project in Solution Explorer, …

  5. c# - NuGet package sources missing - Stack Overflow

    Sep 3, 2021 · In Visual Studio, can you check NuGet sources? Tools -> Options -> NuGet Package Manager -> Package Sources. It should have "nuget.org" source.

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

  7. 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?

  8. List all available versions of a specific package in NuGet Package ...

    What NuGet PowerShell command will return a list of all versions of a specific package? I have tried the following, but it only returns one version of NUnit along with a number of other …

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

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

  10. c# - nuget doesn't recognize installed packages - Stack Overflow

    Jul 14, 2017 · First and foremost is this a public package hosted in nuget.org like System.MVC.Web? Because if this is in a new machine, using a private nuget server, you …