From aef24aa042c904e3a3bc55565519c2ad8aac8ce8 Mon Sep 17 00:00:00 2001 From: Ashkan Abd Date: Thu, 9 Jul 2020 00:38:35 +0430 Subject: [PATCH 1/7] add EFCore.SoftDelete An implementation for soft deleting entities for EntityFramework Core. --- entity-framework/core/extensions/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 1fa9c4f03b..e789c75480 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -225,3 +225,9 @@ Alternative translator of LINQ queries to SQL expressions. For EF Core: 3. Includes support for advanced SQL features such as CTEs, bulk copy, table hints, windowed functions, temporary tables, and database-side create/update/delete operations. [GitHub repository](https://github.com/linq2db/linq2db.EntityFrameworkCore) + +### EFCore.SoftDelete + +An implementation for soft deleting entities for EntityFramework Core. + +[GitHub repository](https://github.com/AshkanAbd/efCoreSoftDeletes) From 5a28d3f35900db7e69d221179aa4a71cfc36c8a2 Mon Sep 17 00:00:00 2001 From: Ashkan Abd Date: Thu, 9 Jul 2020 12:55:38 +0430 Subject: [PATCH 2/7] add efcore.softdelere extension an implementation for soft deletes in efcore 3.1 nad later --- entity-framework/core/extensions/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index e789c75480..b7f795c5d2 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -228,6 +228,7 @@ Includes support for advanced SQL features such as CTEs, bulk copy, table hints, ### EFCore.SoftDelete -An implementation for soft deleting entities for EntityFramework Core. +An implementation for soft deleting entities for EntityFramework Core. For EF Core 3.1 and later. [GitHub repository](https://github.com/AshkanAbd/efCoreSoftDeletes) +[Nuget package](https://www.nuget.org/packages/EFCore.SoftDelete/) From 5cd52d8a6335ee57d801e41f0b8fa7b750e0040b Mon Sep 17 00:00:00 2001 From: Ashkan Abd Date: Thu, 9 Jul 2020 13:04:39 +0430 Subject: [PATCH 3/7] Add EFCore.SoftDelete An implementation for soft deleting entities for EntityFramework Core. --- entity-framework/core/extensions/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index b7f795c5d2..fb53020faa 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -228,7 +228,6 @@ Includes support for advanced SQL features such as CTEs, bulk copy, table hints, ### EFCore.SoftDelete -An implementation for soft deleting entities for EntityFramework Core. For EF Core 3.1 and later. +An implementation for soft deleting entities for EntityFramework Core. For EF Core 3. -[GitHub repository](https://github.com/AshkanAbd/efCoreSoftDeletes) -[Nuget package](https://www.nuget.org/packages/EFCore.SoftDelete/) +[Nuget package](https://www.nuget.org/packages/EFCore.SoftDelete) From 6bcfd6bbb66f1ba28b2819f0ee2481a2f01468af Mon Sep 17 00:00:00 2001 From: Ashkan Abd Date: Thu, 9 Jul 2020 13:06:03 +0430 Subject: [PATCH 4/7] Ass EFCore.SoftDelete An implementation for soft deleting entities for EntityFramework Core. --- entity-framework/core/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index fb53020faa..96c4c38700 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -230,4 +230,4 @@ Includes support for advanced SQL features such as CTEs, bulk copy, table hints, An implementation for soft deleting entities for EntityFramework Core. For EF Core 3. -[Nuget package](https://www.nuget.org/packages/EFCore.SoftDelete) +[Nuget](https://www.nuget.org/packages/EFCore.SoftDelete) From 91cc1dd8cc05b107be051c11b70aeb3925cfd249 Mon Sep 17 00:00:00 2001 From: Ashkan Abd Date: Thu, 9 Jul 2020 13:09:25 +0430 Subject: [PATCH 5/7] Add EFCore.SoftDelete extension An implementation for soft deleting entities for EntityFramework Core. --- entity-framework/core/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 96c4c38700..fffcb068d4 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -230,4 +230,4 @@ Includes support for advanced SQL features such as CTEs, bulk copy, table hints, An implementation for soft deleting entities for EntityFramework Core. For EF Core 3. -[Nuget](https://www.nuget.org/packages/EFCore.SoftDelete) +[NuGet](https://www.nuget.org/packages/EFCore.SoftDelete) From 1560ea2d4258aea47497de65954a18990fca74e1 Mon Sep 17 00:00:00 2001 From: Ashkan Abd Date: Thu, 9 Jul 2020 13:11:09 +0430 Subject: [PATCH 6/7] Add EFCore.SoftDelete An implementation for soft deleting entities. For EF Core 3. --- entity-framework/core/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index fffcb068d4..1f38053cb5 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -228,6 +228,6 @@ Includes support for advanced SQL features such as CTEs, bulk copy, table hints, ### EFCore.SoftDelete -An implementation for soft deleting entities for EntityFramework Core. For EF Core 3. +An implementation for soft deleting entities. For EF Core 3. [NuGet](https://www.nuget.org/packages/EFCore.SoftDelete) From 7a3c4414c599ccf3be88c1c526c9d39f9d74ef9b Mon Sep 17 00:00:00 2001 From: Ashkan Abd Date: Thu, 9 Jul 2020 13:19:02 +0430 Subject: [PATCH 7/7] Add EFCore.SoftDelete extension An implementation for soft deleting entities. For EF Core 3. --- entity-framework/core/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 1f38053cb5..77b9ae422a 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -228,6 +228,6 @@ Includes support for advanced SQL features such as CTEs, bulk copy, table hints, ### EFCore.SoftDelete -An implementation for soft deleting entities. For EF Core 3. +An implementation for soft deleting entities. For EF Core: 3. [NuGet](https://www.nuget.org/packages/EFCore.SoftDelete)