Open ThomasVandenbon opened 4 years ago
I've updated the 3.0.0-preview1 NuGet package and while #117 seels to suggest that Pagination should be working, I can't figure out how to use it anymore. It feels like something is missing...
I can't even seem to build the latest source code of Cosmonaut anymore. As I see it, the WithPagination-method which takes a continuation token as first parameter (see https://github.com/Elfocrash/Cosmonaut/blob/v3/tests/Cosmonaut.Unit/PaginationExtensionsTests.cs#L45) is missing.
What am I missing?
Hey @ThomasVandenbon,
I can't quite remember why I removed it but I think when i was testing it, it wasn't working as it used to in v2 so I had to remove it.
I've updated the 3.0.0-preview1 NuGet package and while #117 seels to suggest that Pagination should be working, I can't figure out how to use it anymore. It feels like something is missing...
I can't even seem to build the latest source code of Cosmonaut anymore. As I see it, the WithPagination-method which takes a continuation token as first parameter (see https://github.com/Elfocrash/Cosmonaut/blob/v3/tests/Cosmonaut.Unit/PaginationExtensionsTests.cs#L45) is missing.
What am I missing?