I have an project using EF Code First and migrations. I recently changed the assembly and project names and the namespaces to a new name and continued working on it.
I tried to add a new migration and now it is complaining that I need to complete all the previous migrations before doing so ("Unable to generate an explicit migration because the following explicit migrations are pending"). I looked at the records and they have a ContextKey that has the old assembly name but that doesn't seem to resolve the issue.
Is there a way to make it recognize that the old migrations in the migration history are the same ones that are currently in the assembly?