Revert "Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() 2"#19148
Conversation
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
1 similar comment
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Reverts #18792
Some changes didn't include the param name in the
ArgumentNullException.ThrowIfNullcall, causing the parameter name not included in the thrown exception.