3

Can someone tell me if we can access the Package manager console in VS 2022 for MAC 17.3

Thanks

Timothy G.
  • 6,335
  • 7
  • 30
  • 46
Komal Raj
  • 45
  • 3

2 Answers2

4

There is a NuGet Package Manager Console available for Visual Studio for Mac as a separate extension you can install.

From the main menu, select Extensions to open the Extensions Manager, then select 'NuGet Extensions' and click the Install button.

Extensions manager dialog

Restart Visual Studio for Mac after installing the extension.

To open the NuGet Package Manager Console, from the View menu select Other Windows - NuGet Package Manager Console.

NuGet Package Manager Console window

Source code is on GitHub - https://github.com/mrward/monodevelop-nuget-extensions

If you are seeing a purple window, or Visual Studio for Mac crashes, then try the 0.31.1 version which can be downloaded from the GitHub page. This can be installed from the Extensions Manager dialog using the 'Install from file' button.

Matt Ward
  • 47,057
  • 5
  • 93
  • 94
0

According to Microsoft documentation:

The Package Manager Console is built into the Package Manager for Visual Studio on Windows. Visual Studio Code and Visual Studio for Mac don't include the console. Visual Studio for Mac has a UI for managing NuGet packages, and the equivalent console commands are available through the NuGet CLI

Timothy G.
  • 6,335
  • 7
  • 30
  • 46