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

Make `ValidationContext` support `IServiceProvider`. #48

Closed maliming closed 1 year ago

maliming commented 1 year ago

We can get services from ValidationContext in this way. : )