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 101 forks source link

Confirm working on EF 7 #149

Open SamJongenelen opened 9 years ago

SamJongenelen commented 9 years ago

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

simonfanz commented 8 years ago

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

deenairn commented 8 years ago

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

Abrissirba commented 8 years ago

I have tried Update in EF7 without success.

leonardoporro commented 8 years ago

I've started something similar here: https://github.com/leonardoporro/EntityFrameworkCore.Detached Feel free to use it if you find it useful.