diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index b697ef10fe..69b3c5f604 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -373,3 +373,10 @@ Fluent API to declare triggers in `Context.OnModelCreating` which are later buil [GitHub repository](https://github.com/win7user10/Laraue.EfCoreTriggers) [NuGet](https://www.nuget.org/packages/Laraue.EfCoreTriggers.Common) + +### EntityCloner.Microsoft.EntityFrameworkCore + +Cloning entities using EF Core configuration. You can use the `Include` method to specify related data to be cloned. For EF Core: 5, 6. + +[GitHub repository](https://github.com/HenkKin/EntityCloner.Microsoft.EntityFrameworkCore) +[NuGet](https://www.nuget.org/packages/EntityCloner.Microsoft.EntityFrameworkCore)