When I run PM> Remove-Migration -context BloggingContext
in VS2015 with an ASP.NET Core project using EF Core I get the following error:
Syst
To revert the last applied migration you should (package manager console commands):
PM> Update-Database
PM> Remove-Migration
UPD: The second step seems to be not required in latest versions of Visual Studio (2017).