miguelhasse / Net.Wunderlist

Client library for accessing the Wunderlist API in .NET
MIT License
2 stars 4 forks source link

Task Id is someting bigger than uint.Max --> throwing an exception #9

Open aegiCH opened 5 years ago

aegiCH commented 5 years ago

I got the issue, that the Task ID returned by wunderlist sometimes is bigger then 4294967295 which will then throw an exception when read the ID from jtoken.

chris24802 commented 5 years ago

I got the same issue. Using a different (old) list helps temporarly.

miguelhasse commented 4 years ago

@aegiCH and @chris24802 sorry for the late response. Documentation did not specify this ID type or range. Will switch from uint to ulong in order to fix this issue ASAP