Skip to content

Commit 46beb23

Browse files
Merge pull request #5242 from dotnet/main
Auto Publish – main to live - 2026-01-13 11:00 UTC
2 parents efdf603 + d044fcc commit 46beb23

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • entity-framework/core/extensions

entity-framework/core/extensions/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Extends [Verify](https://github.com/VerifyTests/Verify) to allow snapshot testin
104104

105105
### LocalDb
106106

107-
Provides a wrapper around [SQL Server Express LocalDB](/sql/database-engine/configure-windows/sql-server-express-localdb) to simplify running tests against Entity Framework. For EF Core: 3-8.
107+
Provides a wrapper around [SQL Server Express LocalDB](/sql/database-engine/configure-windows/sql-server-express-localdb) to simplify running tests against Entity Framework.
108108

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

@@ -268,6 +268,12 @@ Persisted computed properties in EF Core that update automatically on save chang
268268

269269
[GitHub repository](https://github.com/lucaslorentz/auto-compute) | [NuGet](https://www.nuget.org/packages/LLL.AutoCompute.EFCore)
270270

271+
### EntityFramework.OrderBy
272+
273+
Applies default ordering to Entity Framework queries based on fluent configuration, ensuring consistent and deterministic query results. Supports nested collections in `.Include()` expressions, multi-column ordering, and automatic database index creation for ordering columns.
274+
275+
[GitHub repository](https://github.com/SimonCropp/EntityFramework.OrderBy) | [NuGet](https://www.nuget.org/packages/EfOrderBy)
276+
271277
### EntityFrameworkCore.AuditInterceptor
272278

273279
A library that provides seamless auditing capabilities for Entity Framework Core. It automatically tracks entity changes including who made the changes and when they were made. The library integrates with .NET Dependency Injection and supports various auditing scenarios through a simple configuration process. For EF Core: 6-8.

0 commit comments

Comments
 (0)