dncuug / X.PagedList

Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://andrew.gubskiy.com/open-source
MIT License
899 stars 213 forks source link

Missing async API #306

Open triforcely opened 2 days ago

triforcely commented 2 days ago

I understand why https://github.com/dncuug/X.PagedList/pull/262 happened, and I agree that async-over-sync is a bad practice. What is the reason for not using actual async implementation, though?