From dca28d848520ebd0c26bf05557523106c82500f8 Mon Sep 17 00:00:00 2001 From: Shady Nagy Date: Wed, 28 Jan 2026 18:10:49 +0400 Subject: [PATCH 1/2] Update index.md --- entity-framework/core/extensions/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 0aa159d15f..adeff73782 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -108,6 +108,13 @@ Provides a wrapper around [SQL Server Express LocalDB](/sql/database-engine/conf [GitHub repository](https://github.com/SimonCropp/LocalDb) | [NuGet](https://www.nuget.org/packages/EfLocalDb) +### EfCore.InMemory.Transactions + +Seamless transaction support for EF Core InMemory provider. Eliminates "transactions with isolation level are not supported" errors in tests without changing production code. Provides safe extension methods and NoOpDbContextTransaction for UnitOfWork patterns. +For EF Core: 8-10. + +[GitHub repository](https://github.com/ShadyNagy/EfCore.InMemory.Transactions) | [NuGet](https://www.nuget.org/packages/EfCore.InMemory.Transactions) + ### EntityFrameworkCore.Projectables Flexible projection magic for EF Core. Use properties, methods, and extension methods in your query without client evaluation. For EF Core: 3-6, 8. From 9ac9267f73bff4a4b50fccd4a2fefb53b306fb37 Mon Sep 17 00:00:00 2001 From: Shady Nagy Date: Wed, 28 Jan 2026 18:28:02 +0400 Subject: [PATCH 2/2] Update index.md --- entity-framework/core/extensions/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index adeff73782..846940f9ec 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -110,8 +110,7 @@ Provides a wrapper around [SQL Server Express LocalDB](/sql/database-engine/conf ### EfCore.InMemory.Transactions -Seamless transaction support for EF Core InMemory provider. Eliminates "transactions with isolation level are not supported" errors in tests without changing production code. Provides safe extension methods and NoOpDbContextTransaction for UnitOfWork patterns. -For EF Core: 8-10. +Seamless transaction support for EF Core InMemory provider. Eliminates "transactions with isolation level are not supported" errors in tests without changing production code. Provides safe extension methods and NoOpDbContextTransaction for UnitOfWork patterns. For EF Core: 8-10. [GitHub repository](https://github.com/ShadyNagy/EfCore.InMemory.Transactions) | [NuGet](https://www.nuget.org/packages/EfCore.InMemory.Transactions)