-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UInt64.CreateSaturating<Int128> truncates instead of saturates #96369
Conversation
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsFixes #94523
|
Failures are likely unrelated and look to be an issue that was resolved yesterday. Rerunning so we can get this merged |
/backport to release/8.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/7547488726 |
…t#96369) * UInt64.CreateSaturating<Int128> truncates instead of saturates * Update src/libraries/System.Private.CoreLib/src/System/Int128.cs --------- Co-authored-by: Stephen Toub <[email protected]> Co-authored-by: Tanner Gooding <[email protected]>
Fixes #94523