GraphDiff icon indicating copy to clipboard operation
GraphDiff copied to clipboard

Confirm working on EF 7

Open SamJongenelen opened this issue 9 years ago • 4 comments

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

SamJongenelen avatar Sep 21 '15 16:09 SamJongenelen

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

simonfanz avatar Nov 30 '15 21:11 simonfanz

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

deenairn avatar Dec 07 '15 14:12 deenairn

I have tried Update in EF7 without success.

Abrissirba avatar Feb 05 '16 16:02 Abrissirba

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

leonardoporro avatar Sep 13 '16 15:09 leonardoporro