benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.76k stars 118 forks source link

Missing Assemblies because of System.ValueTuple? #59

Closed abergs closed 6 years ago

abergs commented 6 years ago

Probably not a bug, but maybe a good thing to put in readme? I installed this on a net 461 project yesterday. We ran into weird problems, for example a referenced project couldnt find System.Net.Http 4.2.0.0.

I thought maybe net462 was needed so we tried to upgrade. Still the asme problem.

Tried to Run Add-BindingRedirect etc. Tried upgrading all the way to net471.

Never got it to run. If I removed Ben.Demystifier it all worked again.

Any clues on how to resolve this?

benaadams commented 6 years ago

Resolved by https://github.com/benaadams/Ben.Demystifier/pull/63

benaadams commented 6 years ago

In version 0.1.1 https://www.nuget.org/packages/Ben.Demystifier/0.1.1