ardalis / Result

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

Support FluentValidation's ErrorCode property of ValidationResult in ValidationError #87

Closed fil-at-werma closed 2 years ago

fil-at-werma commented 2 years ago

Unfortunately, our team decided to ditch Ardalis Result because of this very lacking feature. If you want, I can post a PR, it should really be only 2 lines of code. (Maybe + testing)

ardalis commented 2 years ago

A PR would be appreciated!

fil-at-werma commented 2 years ago

Ok, I'll do it, then. Please mind: this will be my very first GitHub / Open Source PR and contribution.

ardalis commented 2 years ago

Awesome! Welcome to being an open source contributor :)

ardalis commented 2 years ago

Fixed by #88