We have a SQL database that we are managing via entity framework migrations and we have 3 DbContexts, each with their own migrations. This works well most of the time, however, we have an issue from time to time where the context key for 2 of the migrations, gets overridden with a context key from another migration. i.e.
However, it should look like:
Does anyone have any idea how this is even happening? It is starting to become very frustrating.