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

Cleanup code and remove excess classes #274

Closed ernado-x closed 1 month ago

ernado-x commented 1 month ago

@adschmu I plan to make some more changes to the project. I want to remove the excess classes and implement a more strict PagedList at the base class level. I would be very grateful if you could review these changes!

ernado-x commented 1 month ago

Thank you for your review @adschmu I will close this PR and prepare few different other PRs for future versions.