GetoXs / MediatR.Extensions.FluentValidation.AspNetCore

MediatR extension to FluentValidation for .NET framework
MIT License
65 stars 6 forks source link

Solution version 1.1.1 is not compatible with FluentValidation 10.1.0 version #8

Closed farshidnz closed 3 years ago

farshidnz commented 3 years ago

MediatR.Extensions.FluentValidation.AspNetCoreversion version 1.1.1 is not compatible with FluentValidation 10.1.0 version.

Any chance to upgrade the packages within the solution?

farshidnz commented 3 years ago

@GetoXs Tagging you incase you haven't seen this. Thanks

GetoXs commented 3 years ago

FluidValidation changed stamp of returned value from IList into List. In 10.x version. https://github.com/FluentValidation/FluentValidation/commit/e77939ceac56ce5654f593e5d965f1b4c52c0262#diff-5d8897d13991d8145cab4dbb18c53d702c2d3084133a811033eb07654c65fadf

Fixed. New version available in nuget https://www.nuget.org/packages/MediatR.Extensions.FluentValidation.AspNetCore/1.2.0

Thanks for your patience

farshidnz commented 3 years ago

Awesome work. Thanks @GetoXs