-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphDiff support for EntityFramework Core? #164
Comments
@leonardoporro Thanks for your amazing work, which probably reclaimed lot of hours of reseach. In your project, navigation properties are automatically loaded and updated during the save... It's not possible to load the graph at the demand (with several REST call client side by example) and then only merge loaded data by the client. Do you think a such request could be implemented and handled atomatically in your project? |
Duplicate of #149 (also no answer) |
@Adriien-M Sorry for the late response. I've been working on a new version, that uses DTOs instead of the same entity. |
Hello @MNF , On my part, I took the ownership of this library a month ago. I'm currently recruiting a developer that will mostly assigned to open source project and will make some request like this one. There is currently no date for this request, but I hope it will be in early 2018. Best Regards, Jonathan Help us to support this library: Donate |
any update about Core 2 ??? |
Hello @bdairy , We have investigated a lot this library recently. We are still learning it before spending some time to try to revamp it. As said in the previous answer, we hope to be able to do it in early 2018. There is no fixed date yet. Best Regards, Jonathan Help us to support this library: Donate |
I rewrote this library: Reconciler I did that rather than contribute to this one as I don't fully understand the sources of GraphDiff and also I'm still uncertain about the difference between owned and associated - see Reconciler's readme where I compare semantics. Anyway my rewrite works on EF6 and EFCore. The test coverage is still a bit thin, but the most important ones are there. |
Thank @jtheisen , We have started to look at this library recently to re-wrote it for our new library: Entity Framework Classic. We hope to make a version for EF Core as well. We will certainly look at your repository since the code looks a lot more light. I recommend you to add a license file to your repository: https://github.com/zzzprojects/GraphDiff/blob/master/LICENSE to let people know about it. Best Regards, Jonathan |
A port of EF6 to .NET Core is awesome! Thanks for that! Added the licence. |
Hi, |
Hello, I thought I would check in on the progress of Graphdiff for EF Core. Perhaps it would help if you all made the project a sponsored project so that people could donate $ to it? Thanks |
I have the same question! Would loooovee to see Graphdiff for EF Core! Cheers |
I would love to use EF core 5 |
Is it still no support for EF Core? |
Consider to use https://github.com/WahidBitar/EF-Core-Simple-Graph-Update. |
How long it will take to support EF Core 1.0?
Thanks
The text was updated successfully, but these errors were encountered: