Skip to content

fix: handle int64 and uint64 outside of float precision#244

Draft
njlr wants to merge 4 commits into
thoth-org:mainfrom
njlr:bugfix/60-large-int64
Draft

fix: handle int64 and uint64 outside of float precision#244
njlr wants to merge 4 commits into
thoth-org:mainfrom
njlr:bugfix/60-large-int64

Conversation

@njlr
Copy link
Copy Markdown
Contributor

@njlr njlr commented Apr 27, 2026

  • Changes Decode.int64 and Decode.uint64 to work via strings. This better leverages the .NET standard library to ensure portability.
  • Adds better test coverage for int64 and unit64

Closes thoth-org/Thoth.Json.Net#60
Closes #220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verify that number MinValue and MaxValue works Bug: Unexpected sign for large int64 decoding.

1 participant