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

Add a missing = in BigInteger.cs #105456

Merged
merged 5 commits into from
Nov 12, 2024

Conversation

LEI-Hongfaan
Copy link
Contributor

-                if ((length == 0) || ((int)value[length - 1] > 0))
+                if ((length == 0) || ((int)value[length - 1] >= 0))
                 {
                     // We ne need to preserve the sign bit
                     length++;

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jul 25, 2024
Copy link
Contributor

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

…eneration.cs

Co-authored-by: Dan Moseley <danmose@microsoft.com>
@tannergooding tannergooding merged commit 49c46f3 into dotnet:main Nov 12, 2024
84 checks passed
@tannergooding
Copy link
Member

/backport to release/9.0-staging

Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/11802385408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

3 participants