[entity-framework] Unable to generate an explicit migration in entity framework

I had the same problems and was only able to resolve it running Add-Migration 'MigrationName' -Force

With -Force being the important part.