MagicTheGathering/mtg-sdk-dotnet

PagingInfo always Null

Closed this issue · 2 comments

Hi,
Just tried PagingInfo, but it's always null.

Am I using it the wrong way ?

var service = new CardService();
var result = service.All();

var pagingInfo = result.PagingInfo; 

Here, pagingInfo is always null

Just took and look and found the bug will put up a fix for that. Thanks for letting me know

Bug is fixed and also uploaded new Nuget package