Home > Software design >  NuGet PowerShell Core Console in Visual Studio 2022 for Mac 17.3
NuGet PowerShell Core Console in Visual Studio 2022 for Mac 17.3

Time:10-13

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

Thanks

CodePudding user response:

According to 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.

  • Related