dncuug / X.PagedList

Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://nuget.org/packages/X.PagedList
MIT License
886 stars 213 forks source link

Two PagedList improvements #278

Closed adschmu closed 1 month ago

adschmu commented 1 month ago

Two changes, one is a breaking one (but a reasonable one).

adschmu commented 1 month ago

Since I've started looking at it, I found the issues with Expression.Compile().

In contrast to most of the other stuff we discussed recently which is somewhat cosmetic, this is a functional issue.