bartoszlenar / Validot

Validot is a performance-first, compact library for advanced model validation. Using a simple declarative fluent interface, it efficiently handles classes, structs, nested members, collections, nullables, plus any relation or combination of them. It also supports translations, custom logic extensions with tests, and DI containers.
MIT License
310 stars 19 forks source link

validationResult.ToDictionary() for the Minimal API #33

Open bartoszlenar opened 1 year ago

bartoszlenar commented 1 year ago

We'll need something like validationResult.ToDictionary(), equivalent of what can be found in FluentValidation https://docs.fluentvalidation.net/en/latest/aspnet.html#minimal-apis.

Feature description