-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Confirm working on EF 7 #149
Comments
Quite interested in the same and also support for ASP.NET 5. Currently I'm trying to reference from an ASP.NET v5 project, but it complains about it not supporting .net 5.4 |
Have you tried using DataContext.Update() in EF7? |
I have tried Update in EF7 without success. |
I've started something similar here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys can someone please confirm this works for EF7 (EF Core 1.0) ? I feel a lot of functionalities are maintained in the code first approach in EF7 Beta7,which itself hasn't implemented graph entity aggregation (it's an open issue afaik) and am not sure whether I should try to implement it
The text was updated successfully, but these errors were encountered: