question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not work with FluentValidation 9.x

See original GitHub issue

FluentValidation 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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
ryaneliancommented, Jul 21, 2020

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.

0reactions
sfmskywalkercommented, Jul 21, 2020

Great stuff. Thanks for this release @ryanelian !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found