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
Add-Migration init -Project <lib-with-context>
it throws this lovely error:
1 Reply
On further investigation might have been a db connection string issue. Re-running the command after testing the connStr gives me a new error: