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
You should delete migration '20160703192724_MyFirstMigration' record from '_EFMigrationsHistory' table.
otherwise this command will remove migration and delete migrations folder:
> remove-migration -force