ardalis / Result

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

reuse ToActionResult in TranslateResultToActionResultAttribute #68

Closed Happi-cat closed 3 years ago

Happi-cat commented 3 years ago

Adding of new statuses may require changes in multiple places. But if we will reuse ToActionResult in TranslateResultToActionResultAttribute we will minimize places that should be modified just in case of new ResultStatus.

ardalis commented 3 years ago

Thanks!