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

We need GraphDiff for EFCore #182

Open cryo75 opened 4 years ago

cryo75 commented 4 years ago

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.

JonathanMagnan commented 4 years ago

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

mariopaolo commented 4 years ago

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

rabazit commented 3 years ago

HI @JonathanMagnan any updates regarding EF Core support?

cryo75 commented 2 years ago

Any ETA?? 2 years later??

JonathanMagnan commented 2 years ago

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.

MNF commented 2 years ago

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

MNF commented 1 year ago

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