Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies #895

Closed
sandersaares opened this issue Oct 4, 2018 · 2 comments
Assignees
Milestone

Comments

@sandersaares
Copy link

sandersaares commented Oct 4, 2018

Installing BenchmarkDotNet with DependencyBehavior=Lowest results in a broken install in some situation. See https://github.com/dotnet/corefx/issues/32610

Perhaps BenchmarkDotNet should require higher version of the dependency?

@adamsitnik
Copy link
Member

Hi @sandersaares

I updated this dependency two days ago in #887. We are soon going to release the 0.11.2 with the new version.

As for now just please remove the binding redirects and it should work fine.

adamsitnik added a commit that referenced this issue Feb 1, 2019
…ding redirect issues, fixes #942, fixes #896, fixes #895, fixes #667

* target .NET Standard 2.0 only

* don't box ;)

* use DirtyAssemblyResolveHelper in the auto-generated code because it's simply very common case that VS generates wrong redirects..

* disable two tests which fail due to CommandLineParser issue...

* bring Full .NET Framework tests back to life!

* make it possible to build BDN from source on Mac

* there is no way to do tell dotnet restore which configuration to use, we need to handle that for custom build configurations

* perform full build when user provided custom build configuration

* workaround bad assembly binding redirects on our side to keep the users happy ;)
@adamsitnik
Copy link
Member

This was one big PITA, fixed by using some ugly workarounds in #1032

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants