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 in Domain Model #30

Closed ardalis closed 4 years ago

ardalis commented 4 years ago

Add a new sample for the above. It shouldn't really worry about UI - just unit tests on the domain model code to confirm it works as expected with Fluent Validation.

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

ardalis commented 4 years ago

This is done.