Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 402 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 402 Bytes

NetEvolve.FluentValue

This is a simple library that allows you to validate the given value against a set of constraints. It is designed to be used in a fluent way, so you can chain multiple constraints together. Most of the constraints have multipe execution paths, so that based on the value, delivers the most fitting result.

Installation

dotnet add package NetEvolve.FluentValue