Use new .NET 8 exception helpers
Open
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Before | After
--- | ---
Check.NotNull | ArgumentNullException.ThrowIfNull
Check.NotEmpty | ArgumentException.ThrowIfNullOrEmpty
There's also a few on `ArgumentOutOfRangeException` that we might be able to use.
Contributor guide
Assessment
This issue has not been assessed yet.