BenchmarkDotNet how to implement a specific usecase with prefilled collections
I am a bit lost here, I am totally new to BenchmarkDotNet and trying to create a working benchmark with nice rendered output.
I think I have the output part covered.
However I did hit a view walls and every time I thought I had found a solution another problem pops up.
How to customize set of assemblies copied in the test environment folder by BenchmarkDotNet prior to running the benchmark?
I have this issue where my NET 6.0 application requires a series of dlls when is built in Release mode that do not get copied in the GUID folder Benchmark.NET generates prior to running the benchmarks. They do exist in the installation/publication folder, but are not copied over when running the tests.