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

Remove extraneous use of unchecked from System.Linq #96622

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

stephentoub
Copy link
Member

Just a little code cleanup. The code doesn't use a checked configuration, so these are all nops, and even if it did there are other expected overflows that would erroneously fail.

The code doesn't use a checked configuration, and if it did there are other expected overflows that would erroneously fail.
@ghost
Copy link

ghost commented Jan 8, 2024

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

Issue Details

Just a little code cleanup. The code doesn't use a checked configuration, so these are all nops, and even if it did there are other expected overflows that would erroneously fail.

Author: stephentoub
Assignees: stephentoub
Labels:

area-System.Linq

Milestone: -

@stephentoub stephentoub merged commit 0451127 into dotnet:main Jan 8, 2024
104 of 111 checks passed
@stephentoub stephentoub deleted the linqunchecked branch January 8, 2024 22:42
@github-actions github-actions bot locked and limited conversation to collaborators Feb 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants