Add support for .NET 8.0#1255
Merged
WojciechNagorski merged 5 commits intosshnet:developfrom scott-xu:dotnet8Dec 1, 2023
+50-23
Commits
Commits on Dec 1, 2023
- committed
Fix CA1512: Use 'ArgumentOutOfRangeException.ThrowIfNegative' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca…
committedUse
ThrowIfGreaterThan
instead ofThrowIfNegative
+calculation, to supply the correct parameter name.committed- committed
- committed