15
EF Core ile ASP.NET Core'da taşıma nasıl kaldırılır
PM> Remove-Migration -context BloggingContextEF Core kullanarak bir ASP.NET Core projesiyle VS2015'te çalıştırdığımda aşağıdaki hatayı alıyorum: System.InvalidOperationException: The migration '20160703192724_MyFirstMigration' has already been applied to the database. Unapply it and try again. If the migration has been applied to other databases, consider reverting its changes using a new migration. at Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolder.RemoveMigration(String …