We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should review GetHashCode to determine if we should be using unchecked to avoid overflow exceptions.
unchecked
Let's open a new issue to review and use unchecked on each GetHashCode() method where it would make a difference.
GetHashCode()
Originally posted by @NightOwl888 in #1056 (comment)
The text was updated successfully, but these errors were encountered:
SWEEP: Add unchecked to GetHashCode, apache#1065
06c77cc
SWEEP: Add unchecked to GetHashCode, #1065 (#1068)
a739a80
* SWEEP: Add unchecked to GetHashCode, #1065 * Remove redundant unchecked operators
Successfully merging a pull request may close this issue.
We should review GetHashCode to determine if we should be using
unchecked
to avoid overflow exceptions.Originally posted by @NightOwl888 in #1056 (comment)
The text was updated successfully, but these errors were encountered: