FluentValidation 10.0+ breaking change
See original GitHub issueOn a project where FluentValidation 10 was forced down. Per docs this included breaking changes:
https://docs.fluentvalidation.net/en/latest/upgrading-to-10.html
Currently running Ocelot 17.0 .NET Core 5.0, which now returns this error on startup:
Method not found: 'System.Collections.Generic.IList`1<FluentValidation.Results.ValidationFailure> FluentValidation.Results.ValidationResult.get_Errors()
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top Results From Across the Web
10.0 Upgrade Guide — FluentValidation documentation
FluentValidation 10.0 is a major release that included several breaking changes. Please review this document carefully before upgrading from ...
Read more >FluentValidation breaking changes going forward #1527
For FluentValidation 10, I'm considering making several breaking changes that I feel will help the library continue to evolve, ...
Read more >11.0 Upgrade Guide — FluentValidation documentation
FluentValidation 11.0 is a major release that included several breaking changes. Please review this document carefully before upgrading from FluentValidation 10 ...
Read more >FluentValidation/Changelog.txt at main
A popular .NET validation library for building strongly-typed validation rules. - FluentValidation/Changelog.txt at main ...
Read more >FluentValidation 11.7.1
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
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
Could you please update
FluentValidation
to the latest version?Faced the same issue - got it resolved by explicitely installing FluentValidation 11.0.2 together with Ocelot 18.0.0