ardalis / Result

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

Add params overload for Invalid factory method #152

Closed danihengeveld closed 11 months ago

danihengeveld commented 11 months ago

Added an overload for the Invalid factory method of Result and Result<T> that accepts params ValidationError[] Also adds 2 QOL constructors to the ValidationError class.

Closes #149