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.
346 posts · Page 5 of 35