Skip to content

v2.1.0

Choose a tag to compare

@akamsteeg akamsteeg released this 13 Sep 12:15
· 28 commits to master since this release
  • [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)