I'm facing a weird issue with EF Migrations. I have it enabled for an MVC website and the Migrations folder has 2 assets - - _InitialMigration(this is the base code first model of my project) - Configuration.cs (I need the seed method here to fire on new DB creation)I'm facing a weird issue with EF Migrations. I