WolfDK
Issues running BenchmarkDotNet fron NUnit test
I am trying to have BenchmarkDotNet run a Benchmark when running (NUnit) tests for one of my services.
However the Benchmark fails with 'Build Error'.
My whole project has no trouble building and running, so i don't understand what its issue is...
I have included the testlog, for anybody who wish to look through that...
My test that runs the Benchmark is the following.
3 replies