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
Are there any guidelines/best practices for running ef commands in a solution where your DbContext is in a project other than your startup project?
An open issue (#2256) discusses this topic but it goes into a broader hypothetical in which DbContexts and their Migrations are supplied by a third party assembly.
The text was updated successfully, but these errors were encountered:
Looks like a recent commit (448170f#diff-b8c39a3f7fffa559788354a8e675e20eL99) by @bricelam removed the
--startupProject
argument from ef commands.Are there any guidelines/best practices for running ef commands in a solution where your
DbContext
is in a project other than your startup project?An open issue (#2256) discusses this topic but it goes into a broader hypothetical in which DbContexts and their Migrations are supplied by a third party assembly.
The text was updated successfully, but these errors were encountered: