Replies: 1 comment
-
Closing this post and opening a proper bug here: #1068 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Microsoft.AspNetCore.OData version 8.2.3, the framework will properly generate the
skiptoken
for the first API call, but it fails to generate anextLink
on subsequent calls when using aorderby=id desc
query.Here is an example of the output I see when executing the following queries with a max page size of 3 and 100
customers
This query was working in version 8.0.11, however, in that version,
skipToken
does not work withselect
queries.Please advise.
Beta Was this translation helpful? Give feedback.
All reactions