Description
Don't know what I'm doing wrong here but every time I run BDN it fails with the following exception:
Note: I had to recur to insert images as adding content as code didn't work.
this is how my csproj file looks like:
this is the only benchmark I have so far:
and this is the program.cs content:
and no matter what command I run it always fails (below some of the commands used)
1 - dotnet benchmark Solutions.Benchmarks.dll --job default --runtimes netcoreapp3.1 --memory --exporters HTML --filter Solutions.Benchmarks.SortAlgoritms.MergeSortBenchmarks
2 - dotnet benchmark Solutions.Benchmarks.dll --filter *
3 - dotnet run -c Release -- --job Default --runtimes netcoreapp3.1 --memory --exporters HTML --filter Solutions.Benchmarks.SortAlgoritms.MergeSortBenchmarks
As you can see my setup is very simple, in the past I've configured BDN and it has worked like a charm. Don't know what's happening here. Could you take a look at this, please?