An open API service indexing awesome lists of open source software.

https://github.com/dailydevops/fluentvalue

Library for checking values based on a fluent API.
https://github.com/dailydevops/fluentvalue

Last synced: 12 months ago
JSON representation

Library for checking values based on a fluent API.

Awesome Lists containing this project

README

          

# 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

```bash
dotnet add package NetEvolve.FluentValue
```