EF-Core migrations issue
I have split a large project into multiple places. I have 1 class-library with my classes and contexts, 1 class library where my migrations will go and then my main app.
When i do
When i do
Add-Migration init -Project <lib-with-context> it throws this lovely error: