ncalc
ncalc copied to clipboard
Add missing Ncalc.Benchmarks project to sln
Add missing Ncalc.Benchmarks project to sln
Before merging, I think we should study on how to make the Benchmark work with both .csproj and NuGet version. I 100% agree to the benchmark be add the .sln, but if we compile the solution in debug or release and not SignedRelease, it cause errors (specifically at CI)
I've made it draft and opened an issue https://github.com/dotnet/BenchmarkDotNet/issues/2574
As InProcess toolchain is not supporting benchmarking with NuGet package we can run it on CI when building separate executables
Superseded by #220