When I run PM> Remove-Migration -context BloggingContext in VS2015 with an ASP.NET Core project using EF Core I get the following error:
PM> Remove-Migration -context BloggingContext
Syst
To completely remove all migrations and start all over again, do the following:
dotnet ef database update 0 dotnet ef migrations remove