🚨 Announcement 🚨

FluentContracts v1.4.0 has been released!
https://github.com/FluentContracts/FluentContracts/releases/tag/1.4.0

This version includes cool new "string" contracts like:
- BeEmailAddress - kudos to @matkoch
- BeIpAddress
- BeAlphanumeric

... and more!
And I am just getting started. Tons of others are in the making.
#dotnet #fluentapi

Release 1.4.0 · FluentContracts/FluentContracts

Added (Not)BeEmailAddress for validating if a string is an email address. [suggested by @matkoch87] Added (Not)BeMatching to validate an argument against a regex pattern Added (Not)StartWith and (N...

GitHub