Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BigInteger parse hex strings on negative numbers #84792

Merged
merged 1 commit into from
May 10, 2023

Conversation

speshuric
Copy link
Contributor

fixes #74758

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Apr 13, 2023
@ghost
Copy link

ghost commented Apr 13, 2023

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

Issue Details

fixes #74758

Author: speshuric
Assignees: -
Labels:

area-System.Numerics, community-contribution

Milestone: -

@tannergooding tannergooding merged commit 40438e0 into dotnet:main May 10, 2023
@speshuric speshuric deleted the dotnet74758 branch May 10, 2023 19:40
@ghost ghost locked as resolved and limited conversation to collaborators Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Numerics community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BigInteger.Parse creates invalid instances from hex strings
2 participants