-
-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exceptions in Roslyn.Builder #401
Comments
@AndreyAkinshin It's most probably due to the fact that I don't copy all required dlls when running runClassicTests.bat. I will take a look into it during the weekend |
Ok @AndreyAkinshin it wasn't very pleasant to do, but I have managed to get it working again ;) I decided to move all tests to .IntegrationTests. I have ported old csprojs to the new format. Now we have only modern projects, except F# and VB which are not supported by the new VS 2017 yet ;( I removed .DifferentRuntime tests because they don't make any sense today. When we were supporting .NET 4.5 it was good to check if things work for .NET 4.6. Now we are 4.6 only. |
@adamsitnik, thank you so much for doing it, it's awesome! |
@AndreyAkinshin hmm it's strange because all your projects output is For .NET Core I can see that build succeeds, but the dll is not there. I guess that it's in some runtime-specific folder. Could you apply [KeepBenchmarkFiles] to one of the tests, let's say |
@AndreyAkinshin it looks like you did not use |
Hooray, I solved the problem! My |
@AndreyAkinshin Yesterday I fixed all the little problems I knew. My last TODO are the docs for Hardware Counters ;) |
I have some troubles with local run of our unit tests. I have about 82 failed tests, here is a typical example (for
BenchmarksThatUseTypeThatRequiresDifferentRuntime
with latest changes from the master branch):It seems that we have a problem here:
BenchmarkDotNet/src/BenchmarkDotNet.Toolchains.Roslyn/Builder.cs
Line 34 in f5d88e2
@adamsitnik, could you take a look? Also, I think that we need better logging here because it's hard to understand what's going on here.
The text was updated successfully, but these errors were encountered: