FluentValidation Unable to determine the validator type. #4408
Unanswered
NeoCoderMatrix86
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Are your validator models in the same project? You need to define all assemblies in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm currently migrating a large validation framework and want to move to Fluent Validation with build in support here for Blazorise. Therefor I wrote the following code:
Registered everything:
And want to use it:
But with the second field (Begin), I get not the following exception:
I see that there seems to be a problem that the validation doesn't seem to get the field it should validate. Is there some idea on how I can solve this? I need to use a TextEdit as input, since users can enter timespans that are not valid (like 63:23 which results in 01:03:23 via a custom parser).
Beta Was this translation helpful? Give feedback.
All reactions