Benchmarkdotnet: A problem with System.Threading.Tasks

Created on 6 Jul 2016  路  4Comments  路  Source: dotnet/BenchmarkDotNet

I can't install the BenchmarkDotNet package from the local folder because of the following error:

Error Failed to add reference. The package 'BenchmarkDotNet' tried to add a framework reference to 'System.Threading.Tasks' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.

bug

All 4 comments

@adamsitnik, you can use our develop NuGet feed for repro:

<add key="appveyor-bdn" value="https://ci.appveyor.com/nuget/benchmarkdotnet" />

Ok, I can reproduce it on my machine, will fix asap

@AndreyAkinshin I have make this dependency a nuget dependency, tested with local feed, will test again as soon as appveyor builds the new package

https://github.com/NuGet/Home/issues/3103 I'm seeing this in my own projects but it doesn't make any sense. I don't have any full framework dependencies.

Was this page helpful?
0 / 5 - 0 ratings