NValidator is a NET librray designed to implement fluent syntax features. The implementation and fluent syntax are inspired from the well-known library Fluent Validation.
However, it is implemented it using Chain of Reponsibility pattern and made to fully support Dependency Injection for validator classes.
Requirements:
· NET Framework
What's New in This Release: [ read full changelog ]
· Fix some bugs related to the "When condition" applied to multiple rules that ignored validation from the second rule in the chain.