Revert "Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() 2"#19148
Revert "Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() 2"#19148daxian-dbw wants to merge 1 commit intomasterPowerShell/PowerShell:masterfrom revert-18792-throw-new-ArgumentNullException(nameof())-2PowerShell/PowerShell:revert-18792-throw-new-ArgumentNullException(nameof())-2Copy head branch name to clipboard
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.