BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Simplify dotTrace diagnoser, dedupe common code

Open martinothamar opened this issue 4 months ago • 3 comments

Similar approach to #2549 for simplifying DotTraceDiagnoser.

Also deduped some code by creating a shared project (using <Compile Include="..." /> to avoid another package). Pulled this code into JetBrains folder so that the projects are ordered next to eachother in file explorers. Made sure to update build script and references to include the new folder.

Other options:

  • Just not dedupe
  • Keep the common code in one of the projects and just include from there
  • ?

martinothamar avatar Apr 12 '24 20:04 martinothamar