-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DbContext is placed in Models path when DbContext path is not specified #330
Comments
I think it is by design... |
How would one specify to put the DbContext at the project root while supplying a Models path? I tried using "\" but it is still placed in the Models path. |
I was just able to get it to work by using "." If this is by design, documentation about this would be helpful. |
Thanks, I will link to this issue from the wiki post. |
Docs updated, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When specifying a Model path and not a DbContext path, the DbContext is placed in the Models path rather than at the project root.
Steps to reproduce
Reverse Engineer Models & DbContext only specifying a Models path.
Further technical details
EF Core Power Tools version: 2.3.92.0
Database engine: SQL Server
Visual Studio version: 2019 (16.4.2)
The text was updated successfully, but these errors were encountered: