ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Add Sample Showing Ardalis.Result with FluentValidation and web API with Filter #31

Open ardalis opened 4 years ago

ardalis commented 4 years ago

See: https://github.com/ardalis/Result/issues/16#issuecomment-677849072

Demonstrate how to properly integrate this package with FluentValidation and the Ardalis.ResultAspNetCore filter in API endpoints.

emmysteven commented 3 years ago

I'll work on this and create a pull request ASAP

gbernalmulti commented 3 years ago

any update on this?

emmysteven commented 3 years ago

@gbernalmulti none at the moment, I have a lot difficulty integrating FluentValidation

ardalis commented 5 months ago

Anyone still looking at this? We have Ardalis.Result.FluentValidation which I'm not sure existed when this issue was first raised. Is this still needed?