Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@GooRiOn GooRiOn released this 07 Oct 15:06
6ccc729
  • All string rules has their predicates changed. Instead of string.IsNullOrEmpty(argument) only null check is performed now. More details can be found in issue #166 . This is the reason why major version number has been bumped, since it may be a (business) breaking change for some folks.

  • ValitRule predicate does not get evealuated if When() condition is not fulfilled.