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.
- Host: GitHub
- URL: https://github.com/dailydevops/fluentvalue
- Owner: dailydevops
- License: mit
- Created: 2024-06-11T09:34:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:28:09.000Z (over 1 year ago)
- Last Synced: 2024-12-10T19:44:25.770Z (over 1 year ago)
- Language: C#
- Size: 222 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```