Visual Studio & Nuget: history of package manager console commands?

Is there a way to find commands written in the package manager console, like history, for my specific project?

+11
source share
1 answer

In the package manager console, you can use the Powershell Get-History command to get a history of all the commands executed during the current session.

0
source

Source: https://habr.com/ru/post/978604/


All Articles