Addding reference via nuget package
See original GitHub issueWhen I add Blazored.FluentValidation via Nuget then it throws exception Unhandled exception rendering component: Method not found: System.Threading.Tasks.Task`1<FluentValidation.Results.ValidationResult> FluentValidation.IValidator.ValidateAsync(object,System.Threading.CancellationToken)
However when I add Blazored.FluentValidation from your sample then it works fine.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Best way to add NuGet packages as project references in ...
If you right-click on a projects 'references' folder then 'Manage NuGet Packages' you can then install packages and they are automatically ...
Read more >PackageReference in project files - NuGet
Package references, using <PackageReference> MSBuild items, specify NuGet package dependencies directly within project files, as opposed to ...
Read more >How to reference an existing NuGet package from a new project
How to reference an existing NuGet package from a new project · Select the solution in solution explorer · Right mouse click and...
Read more >Referencing a Local Private NuGet Package in your Solution
In this post I discuss how to add local references or use a local ... Sure would be nice if you could reference...
Read more >Adding NuGet package reference doesn't refresh References
1. Open/create project in VS 2017 using .Net Framework. Ensure VS is set to use PackageReference. · 2. Add NuGet package · 3....
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
I have tried and found that Blazored.FluentValidation version 1.3.0 via Nuget is not compatible with version FluentValidation 9.0.0, it is only compatible with version FluentValidation 8.6.2.
Version 1.3.0 on Nuget has not updated to the latest source code like on Github.
This should now be resolved with version 1.3.1