Some of the PowerShell commands open Visual Studio items and the keyboard focus is taken from the Package Manager Console during execution.
These commands should restore focus to the PMC window before completion so that the user doesn't unexpectedly start editing the newly opened item.
The commands that do this are:
* Enable-Migrations
* Add-Migration
* Update-Database -Script
Comments: Verified.
These commands should restore focus to the PMC window before completion so that the user doesn't unexpectedly start editing the newly opened item.
The commands that do this are:
* Enable-Migrations
* Add-Migration
* Update-Database -Script
Comments: Verified.