Add Continuation Token Paging Support to the InMemoryRepository<T> #161
Labels
help wanted
Extra attention is needed
up-for-grabs 🙏🏽
Happy to consider a pull review to address this issue
We have recently introduced paging into the
DefaultRepository<T>
but there is not yet support for the continuation token version in theInMemoryRepository<T>
. This could return aGuid
as the token and just useSkip().Take()
under the hood.The text was updated successfully, but these errors were encountered: