-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Use FluentValidation instead of FluentValidation.AspNetCore #111
Labels
investigation
In process of investigation
Comments
Yes I heard about these changes. Will try to adapt code for new DI needs. |
Please check 6.0.0-beta.1 |
6.0.0-beta.1 seems to work fine, thanks. |
@petriashev When will v6 be released? |
I was on vacation and before that was busy on 140%. |
Beta seems ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Continuation of #97
FluentValidation.AspNetCore support is ending, see FluentValidation/FluentValidation#1959
The workaround mentioned in the readme and in #97 is showing compiler warnings because both
IValidatorFactory
andServiceProviderValidatorFactory
are marked as obsolete in FluentValidation, see FluentValidation/FluentValidation#1961I suggest to modify this (very useful!) library to work without FluentValidation.AspNetCore by default.
Until this is done an updated workaround that doesn't raise compiler warnings would be great.
The text was updated successfully, but these errors were encountered: