You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One expects ef7 to scaffold db objects from different schemas to subdirectories named after db schemas they live in leaving generated context in main directory.
using
dnx dbcontext scaffold ...
One expects ef7 to scaffold db objects from different schemas to subdirectories named after db schemas they live in leaving generated context in main directory.
that is:
given tables:
and running
> dnx dbcontext scaffold -o Model -c MyDbContext
I expect the following files to be generated
The text was updated successfully, but these errors were encountered: