Skip to content

Add System.ArgumentException documentation to Math.Clamp #11276

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

Merged
merged 1 commit into from
May 6, 2025

Conversation

pangeorg
Copy link
Contributor

@pangeorg pangeorg commented May 6, 2025

Summary

Added missing System.ArgumentException documentation when max < min in Math.Clamp

Fixes #10677

@pangeorg pangeorg requested a review from a team as a code owner May 6, 2025 13:25
@pangeorg
Copy link
Contributor Author

pangeorg commented May 6, 2025

@dotnet-policy-service agree

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label May 6, 2025
@BillWagner
Copy link
Member

@tannergooding PTAL

Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pangeorg

@gewarren gewarren merged commit 31531a9 into dotnet:main May 6, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

Math.Clamp is missing documentation on its thrown exception for degenerate ranges
4 participants