Elfocrash / Cosmonaut

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
https://cosmonaut.readthedocs.io
MIT License
342 stars 44 forks source link

v3 SDK - WithPagination with token missing? #121

Open ThomasVandenbon opened 4 years ago

ThomasVandenbon commented 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?

Elfocrash commented 4 years ago

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.