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.

Addding reference via nuget package

See original GitHub issue

When 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
lthoacommented, Jul 13, 2020

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.

0reactions
chrissaintycommented, Jul 14, 2020

This should now be resolved with version 1.3.1

Read more comments on GitHub >

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

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