You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature] Use "is null" instead of "== null" for null checks (#10)
[Feature] Add Throw.ArgumentOutOfRange.WhenNegativeNumber() to throw an ArgumentOutOfRangeException when a number is less than zero (#11)
[Feature] Add Throw.ArgumentOutOfRange.WhenPositiveNumber() to throw an ArgumentOutOfRangeException
[Feature]] Add Throw.ArgumentOutOfRange.WhenLessThan() where T is IComparable to throw an ArgumentOutOfRangeException when the argument is less than the specified value (#13)
[Feature]] Add Throw.ArgumentOutOfRange.WhenMoreThan;() where T is IComparable to throw an ArgumentOutOfRangeException when the argument is more than the specified value (#14)