GraphDiff icon indicating copy to clipboard operation
GraphDiff copied to clipboard

We need GraphDiff for EFCore

Open cryo75 opened this issue 4 years ago • 7 comments

We need to create a new project and port this code to EFCore. I don't think it will be that compllicated. But I believe that EFCore is the way forward.

We get the EFCore up & running I'm willing to contribute.

cryo75 avatar Apr 07 '20 08:04 cryo75

Hello @cryo75 ,

I hope that eventually happen but not right now.

We are currently re-writer our model for EF Core and once it's done, perhaps it will be the right moment for us.

However, with the current situation, it's currently harder to make this kind of request.

Best Regards,

Jon


Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval FunctionSQL Eval Function

JonathanMagnan avatar Apr 07 '20 13:04 JonathanMagnan

Hello @JonathanMagnan any updates on GraphDiff support for EF Core? Thanks 🙏

mariopaolo avatar Oct 19 '20 05:10 mariopaolo

HI @JonathanMagnan any updates regarding EF Core support?

rabazit avatar May 19 '21 11:05 rabazit

Any ETA?? 2 years later??

cryo75 avatar Mar 07 '22 08:03 cryo75

Hello @cryo75 ,

Unfortunately, time is missing to update this project to support EF Core.

Could happen one day but there is currently no short-term plan for doing it.

JonathanMagnan avatar Mar 07 '22 15:03 JonathanMagnan

Duplicate of https://github.com/zzzprojects/GraphDiff/issues/164 , that has some alternatives like https://github.com/leonardoporro/Detached-Mapper

MNF avatar Oct 31 '22 11:10 MNF

Consider to use https://github.com/WahidBitar/EF-Core-Simple-Graph-Update. It works well for me.

MNF avatar Feb 05 '23 12:02 MNF