-1
I’m testing a DDD concept project called Equinox at this address:
The first thing I did was to update the Migration (Update-Database) of the Equinox.Infra.Dat layer and it worked correctly:
When I update the migration (Update-Database) from the Equinox.UI.Web layer, which will be created from the identity tables, I get an error:
What’s wrong? Why do I get an error updating the migration in the Equinox.UI.Web layer? Is there any wrong configuration in this project or some procedure I need to perform? The Context classes appear to be correct and properly initialize in the startup.Cs class...
Thank you :)
Please clarify your specific problem or provide Additional Details to Highlight Exactly what you need. As it’s Currently Written, it’s hard to Tell Exactly what you’re asking.
–