-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
EF7 support #47
Comments
This will only work up to EF6 because EF7 is a ground-up rewrite that doesn't have the same mapping layers that this library interrogates to generate its output. https://github.com/aspnet/EntityFramework
I don't know how much of what we have here could be re-used. I'm rather hoping they'll include the functionality directly and this library will be redundant. |
I've marked this as wontfix because although it might be useful it's not immediately clear that this project would be the place for it. Maybe cannibalise the code and start a new project designed for EF7 (see licence for permission to do so). |
Yes, understood. And I'll close this. |
We shall see. I'm going to leave this issue open because if ms ever finish ef7 I'll need an answer too. Also a good signpost for other folks, I'm sure this will be a common question. |
Worthy endeavor, agreed. Especially since I just manually coded 20 enums into lookup tables last night. :-) |
Is there a possibility to use this with an EF7 web app if I include the EF6 libraries?
I gave it a quick check in a seed class and it came up with a warning about needing the DbContext in EF 6.
The text was updated successfully, but these errors were encountered: