Missing Package Management Console in Visual Studio 2022

Miko Wen 1 Reputation point
2022-10-10T14:02:35.5+00:00

Recently I installed the Visual Studio 2022 for Mac. The version is 17.3.6 (build 20). However, when I create a new .NET 6 web application, I can't find the Project Management Console at the bottom line.

I refer to the website https://video2.skills-academy.com/en-us/nuget/consume-packages/install-use-packages-powershell and it says we can access the console by select Tools > NuGet Package Manager > Package Manager Console from the top menu. However, I open the top menu tools

248970-ac5afd13-f1bc-4d03-8971-e0422226b3da.jpeg

And the Manage NuGet Manager button redirects me to the package install page.

May I ask how to go to the PM console?

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
326 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
999 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 50,586 Reputation points
    2022-10-10T14:57:43.11+00:00

    Please reread the docs you linked to :} Under Console Availability it says this:

    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. For more information, see Install and manage NuGet packages in Visual Studio for Mac.

    It would have been nice if they had marked that section as important so it stands out. Perhaps you can provide feedback on that page to let them know it is not at all obvious it isn't available for Mac when embedded inside the larger paragraph so that others won't struggle finding it as well.