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

Delete shared ThrowHelper used only a single test #110313

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

stephentoub
Copy link
Member

Closes #110294

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 2, 2024
@KalleOlaviNiemitalo
Copy link

If ThrowHelper.IfNullOrWhitespace were not deleted, I think it should have a comment added to warn against using it in non-test code because its exception message is not localized.

@stephentoub
Copy link
Member Author

If ThrowHelper.IfNullOrWhitespace were not deleted

But it is :-)

@KalleOlaviNiemitalo
Copy link

But it is :-)

Thus the irrealis mood :-)

@stephentoub
Copy link
Member Author

/ba-g unrelated failures

@stephentoub stephentoub merged commit 8106feb into dotnet:main Dec 2, 2024
78 of 83 checks passed
@stephentoub stephentoub deleted the removedefunctthrowhelper branch December 2, 2024 22:31
@jgador
Copy link

jgador commented Dec 3, 2024

@stephentoub I’m grateful for the opportunity to contribute by filing this issue and truly appreciate that you personally addressed it. I have always respected your work and contributions to .NET. This is also my first time filing an issue in the runtime that gets a fix.

eduardo-vp pushed a commit to eduardo-vp/runtime that referenced this pull request Dec 5, 2024
mikelle-rogers pushed a commit to mikelle-rogers/runtime that referenced this pull request Dec 10, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect Parameter Order in ArgumentException Constructor in IfNullOrWhitespace Method
5 participants