ardalis / Result

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

Support non-generic Result #77

Closed ffMathy closed 5 months ago

ffMathy commented 2 years ago

That way, it gets less awkward when I still want to use ToActionResult, but on an endpoint without a response.

The use-case for this is that I still want validation and proper error responses.

ardalis commented 5 months ago

Fixed by #89