advanced FluentValidation support for Blazor apps including async validation, validation severity, custom validator factory
Stars
29
Forks
1
Watchers
29
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
Fixed error when passed explicit Validator instance: System.InvalidOperationException: Cannot validate instances of type 'ModelSubType'. This validator can only validate instances of type 'ModelType'.
39564cfView on GitHubAdded support for invalid property paths like Rows[0] - stores them as model errors
b1f4999View on GitHubAdded support for HashSet collections in complex models. Fixes "Could not find indexer on object of type HashSet`1"
acea848View on GitHubExposed ValidateFieldAsync and ValidateModelAsync and ValidationMessageStore
e3716a4View on GitHubExtracted AssemblyScannerValidatorFactory and ServiceProviderValidatorFactory
f8b0decView on GitHub