Open cryo75 opened 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 Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval Function • SQL Eval Function
Hello @JonathanMagnan any updates on GraphDiff support for EF Core? Thanks 🙏
HI @JonathanMagnan any updates regarding EF Core support?
Any ETA?? 2 years later??
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.
Duplicate of https://github.com/zzzprojects/GraphDiff/issues/164 , that has some alternatives like https://github.com/leonardoporro/Detached-Mapper
Consider to use https://github.com/WahidBitar/EF-Core-Simple-Graph-Update. It works well for me.
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.