dotnet / BenchmarkDotNet

Powerful .NET library for benchmarking
https://benchmarkdotnet.org
MIT License
10.61k stars 973 forks source link

Support for new CSProj Format? #359

Closed niemyjski closed 7 years ago

niemyjski commented 7 years ago

I get tons of errors about dotnet restore and other failures when running (https://github.com/exceptionless/Foundatio/tree/master/test/Foundatio.Benchmarks) under VS2017 RC4. Is this a known issue?

adamsitnik commented 7 years ago

Is this a known issue?

Yes, we are working on that. Please follow #357 for further updates

adamsitnik commented 7 years ago

@niemyjski It's done. Could you give it a try and let me know if it works? The package 0.10.2.333 is available at <add key="appveyor-bdn" value="https://ci.appveyor.com/nuget/benchmarkdotnet" />

niemyjski commented 7 years ago

@adamsitnik I haven't had a chance, I've been on vacation. I can check when I get some more downtime :)