DamianEdwards / MiniValidation

A minimalist validation library for .NET built atop the existing features in `System.ComponentModel.DataAnnotations` namespace
MIT License
321 stars 25 forks source link

Refactor async checks to avoid CA2012 & other cleanup #63

Closed DamianEdwards closed 2 months ago

DamianEdwards commented 2 months ago

Fixes #57