CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.05k stars 172 forks source link

Any plans to implement Async Validation for fluent Validation? #343

Closed jeffward01 closed 1 month ago

jeffward01 commented 1 month ago

Currently using Carter, when you use the framework to validate, only the sync method is implemented.

If you have async validation in your validator. It will fail.

It would be great if there was a method like await req.ValidateAsync(...)

I did not see any discussion of this, so I thought I would open a ticket.

jchannon commented 1 month ago

@jeffward01 added in #344 =)