-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded to FluentValidation 10.x and .NET 6 Preview 3, getting the following error #71
Comments
we have also facing the same issue when upgrade the FluentValidation 9.0.0 preview 3 to 9.0.0 preview 4. and present in latet version 10 also `@using FluentValidation
@code {
{ public class FormModelValidator : AbstractValidator |
Hi @ryanelian, I just wanted to weigh in and provide some context on the above. This happens because FV's The fix in this case is just to recompile against FV 10, but I'd also suggest patching the current release to add an upper version limit too. I'd suggest the following:
Please feel free to ping me if you have questions about upgrading to 10.0 |
@JeremySkinner I want to thank you for helping here as well, your dedication is extremely appreciated |
I made a fork to support FluentValidation 10. I took the code from the version 5 branch and make the changes stated in this issue. The idea is to make available an alternative (but compatible) nuget package until ryanelian can make an official release. If you need FluentValidation 10 support check out https://github.com/pablopioli/FluentValidation.Blazor |
@pablopioli You are a legend!!! |
We've recently upgraded a project from FluentValidation 9.5 to 11.9 and crashed into this error. Has this project been abandoned? Is there a work around for this at all? Cheers. |
The text was updated successfully, but these errors were encountered: