Fix: Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design
Add Microsoft.EntityFrameworkCore.Design to the startup project that dotnet ef builds, not the project holding your DbContext, and pass -s in layered solutions.
47 posts · Page 1 of 5