andrebaltieri / Flunt

Validations and Notifications
https://github.com/andrebaltieri/flunt
MIT License
624 stars 162 forks source link

Add default messages to common contract rules #5

Closed thiagolunardi closed 3 years ago

thiagolunardi commented 6 years ago

WHEN Contract .Required() .HasMinLen(x => x.Name, 3) AND x.Name = "A"; THEN // output: "Name must have at least 3 characters" ... or so.

andrebaltieri commented 3 years ago

Moved to version 2.0! Check milestones!

andrebaltieri commented 3 years ago

Version 2.0.0 released, thanks!