PagedList.EntityFramework icon indicating copy to clipboard operation
PagedList.EntityFramework copied to clipboard

An async/await enabled extension for https://github.com/kpi-ua/X.PagedList (previously https://github.com/TroyGoode/PagedList)

Results 1 PagedList.EntityFramework issues
Sort by recently updated
recently updated
newest added

- Added missing ConfigureAwait(false). - Forced EF implementation of ToListAsync() instead of the X.PagedList's own new method. - Changed extension method name, because the X.PagedList has a new extension ToPagedListAsync.