Skip to content

Commit 074ab17

Browse files
Merge pull request #5255 from dotnet/main
Auto Publish – main to live - 2026-01-29 11:00 UTC
2 parents cbf1d23 + dce6f91 commit 074ab17

File tree

1 file changed

+6
-0
lines changed
  • entity-framework/core/extensions

1 file changed

+6
-0
lines changed

entity-framework/core/extensions/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ Provides a wrapper around [SQL Server Express LocalDB](/sql/database-engine/conf
108108

109109
[GitHub repository](https://github.com/SimonCropp/LocalDb) | [NuGet](https://www.nuget.org/packages/EfLocalDb)
110110

111+
### EfCore.InMemory.Transactions
112+
113+
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.
114+
115+
[GitHub repository](https://github.com/ShadyNagy/EfCore.InMemory.Transactions) | [NuGet](https://www.nuget.org/packages/EfCore.InMemory.Transactions)
116+
111117
### EntityFrameworkCore.Projectables
112118

113119
Flexible projection magic for EF Core. Use properties, methods, and extension methods in your query without client evaluation. For EF Core: 3-6, 8.

0 commit comments

Comments
 (0)