MR.AspNetCore.Pagination
MR.AspNetCore.Pagination copied to clipboard
Pagination for ASP.NET Core.
Results
2
MR.AspNetCore.Pagination issues
Sort by
recently updated
recently updated
newest added
Provision for Optional Cancellation Token Parameter for KeysetPaginateAsync and OffsetPaginateAsync
1
I think there should be provision for passing down the optional cancellation token argument to these pagination methods most especially the `KeysetPaginateAsync` just like in EF Core linq extension methods....
enhancement
good first issue
Hello, I've been using MR.AspNetCore.Pagination.Swashbuckle package as per documentation, and I can correctly see `page` parameter showing up, but I don't see `pageSize`. Looking at PaginationOperationFilter class it seems that...