mrahhal/MR.EntityFrameworkCore.KeysetPagination

Offer an easier to consume pagination service aimed at apps

mrahhal opened this issue · 1 comments

  • Consumer should be able to use mappers to transform results properly.
  • Offer automatic parsing of query params to control the pagination.
  • Allow configuring things like default page size, and whether or not the request can override it.
  • Offer a swashbuckle support package that includes an operation filter to add the hidden params.
  • Support IEnumerable + IQueryable. IEnumerable will do a quick in memory paging that replicates a cursor pagination.

Will be built into a different repository/package since the features here will require a dependency on aspnetcore.