dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.56k stars 1.94k forks source link

Add Reconciler to list of extensions #4704

Closed jtheisen closed 1 month ago

jtheisen commented 1 month ago

Reconciler is an extension that allows to update an entity graph to match a given one.

This was already once part of this page, but I asked to remove it several years ago as it was too buggy. I recently had a good overhaul and extended the test suite significantly. I think it's now ready to be listed again.

ErikEJ commented 1 month ago

Please specify the supported EF Core versions like it is done for all other extensions.

jtheisen commented 1 month ago

Done

ErikEJ commented 1 month ago

I cannot see that the package supports EF Core 3, looks more like EF Core 6 (and maybe 7 and 8)

jtheisen commented 1 month ago

Fixed the pull request to only state support for 6 and 7. It used to support 3.1 and I forgot that I updated the version reference at some point - I'll have a look later if I can still support earlier versions.

ErikEJ commented 1 month ago

LGTM!

ajcvickers commented 1 month ago

Thanks @jtheisen, and thanks @ErikEJ for reviewing these as always. :-)