You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring back support for [UseRowNumberForPaging](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.infrastructure.sqlserverdbcontextoptionsbuilder.userownumberforpaging?view=efcore-3.0) in EntityFrameworkCore 7.0/6.0/5.0
8
+
Bring back support for [UseRowNumberForPaging](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.infrastructure.sqlserverdbcontextoptionsbuilder.userownumberforpaging?view=efcore-3.0) in EntityFrameworkCore 8.0/7.0/6.0/5.0
9
9
10
10
If you are using EntityFrameworkCore 5.0 please use version 0.2
11
11
@@ -18,4 +18,5 @@ optionsBuilder.UseSqlServer("connection string", i => i.UseRowNumberForPaging())
0 commit comments