Open SamJongenelen opened 9 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
Have you tried using DataContext.Update() in EF7?
I have tried Update in EF7 without success.
I've started something similar here: https://github.com/leonardoporro/EntityFrameworkCore.Detached Feel free to use it if you find it useful.
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