You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes an issue in `JsonNode.GetInteger()` where the underlying value is a `uint`.
10
+
11
+
Also now throws a `NotSupportedException` when the underlying value is a `ulong` as this can't be reliably cast to the method output of `long`. It is expected that this would have been erroring in many cases anyway. This change merely improves the error messaging.
12
+
13
+
Thanks to [@ZarkoRunjevac](https://github.com/ZarkoRunjevac) for reporting and to [@elgonzo](https://github.com/elgonzo) for investigating and finding the problem.
0 commit comments