zzzprojects / GraphDiff

GraphDiff is a library that allows the automatic update of a detached graph using Entity Framework code first.
https://entityframework-graphdiff.net/overview
MIT License
333 stars 102 forks source link

Entity Framework 7 compatibility #154

Open PowerMogli opened 8 years ago

PowerMogli commented 8 years ago

Hi, we use GraphDiff + EF6 in our project and it works great. But now we would like to update to EF7 and use GraphDiff for updates. As it look right now it is not possible to use GraphDiff with EF7.

Do you plan to upgrade GraphDiff to work with EF7?

It would be a dream.. :)

deenairn commented 8 years ago

Have you tried using DataContext.Update() in EF7?