Skip to content

Fix BigInteger parse hex strings on negative numbers - #84792

Merged
tannergooding merged 1 commit into
dotnet:mainfrom
speshuric:dotnet74758
May 10, 2023
Merged

Fix BigInteger parse hex strings on negative numbers#84792
tannergooding merged 1 commit into
dotnet:mainfrom
speshuric:dotnet74758

Conversation

@speshuric

Copy link
Copy Markdown
Contributor

fixes#74758

@ghostghost added community-contribution Indicates that the PR has been added by a community member area-System.Numerics labels Apr 13, 2023
@ghost

Copy link
Copy Markdown

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:mainMay 10, 2023
@speshuric
speshuric deleted the dotnet74758 branch May 10, 2023 19:40
@ghostghost locked as resolved and limited conversation to collaborators Jun 10, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Numericscommunity-contributionIndicates 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

@speshuric@tannergooding