ardalis / Result

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

Updated FluentValidation dependency to support the latest 10.x version #64

Closed csteele86 closed 3 years ago

csteele86 commented 3 years ago

PR 2 of 2 for https://github.com/ardalis/Result/issues/61. PR 1 should be merged in first.

FluentValidation 10.x had a breaking change that impacted Ardalis.Result.FluentValidation. This enforces a minimum version of 10.x for FluentValidation.

csteele86 commented 3 years ago

@ardalis, is there anything you see that I need to change?

ardalis commented 3 years ago

Thanks!