Does not work with FluentValidation 9.x
See original GitHub issueFluentValidation 9.0.0 just got released a few days ago, any plans on adding support for it? When I submit a form and it tries to kick off the Validate function, it says it cannot find it:
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Method not found: FluentValidation.Results.ValidationResult FluentValidation.IValidator.Validate(object)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:13 (10 by maintainers)
Top Results From Across the Web
9.0 Upgrade Guide — FluentValidation documentation
FluentValidation 9.0 is a major release that included several breaking changes. Please review this document before upgrading from FluentValidation 8.x to 9.
Read more >asp.net mvc - fluent validation don't work
I debugged that all and noticed, that validator constructor is called (and not one time, that strangely). That is my IoC factory works...
Read more >.NET 6 support · Issue #1652 · FluentValidation ...
Explicit support for .NET 6. Ensure the FluentValidation.AspNetCore package works correctly on .NET 6; Update the integration test project
Read more >Fluent validation regex. 89ab Share. ApplSignedState(); } } UPD
Approach: The idea is to use Regular Expression to solve this problem. Fluent Validation only if value is supplied. Modified 1 year, 8...
Read more >How to use FluentValidation in ASP.NET Core Apps (.Net 6)
FluentValidation is a popular .NET library for building strongly-typed validation rules in applications. Learn how to use FluentValidation ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the PR!
Sorry for the delay! I’m fixing this now along with the other issue. Gonna run some tests to make sure they work properly before publishing.
Great stuff. Thanks for this release @ryanelian !