diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index f800ccb9e2..a8bdbf7fa1 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -163,9 +163,3 @@ Extends your DbContext with features such as: Include Filter, Auditing, Caching, Extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. [Website](https://entityframework-extensions.net/) - -### Reconciler - -Update an entity graph in store to a given one by inserting, updating and removing the respective entities. - -[GitHub repository](https://github.com/jtheisen/reconciler)