Closed
Description
Earlier this year I was using BenchmarkDotNet (v0.12.0) as a tool to quickly and easily inspect both the IL and the JITted asm of certain parts of one of our code bases. However, this option appears to be absent in the most recent version (v0.12.1).
Why was printIL
removed? Is it gone for good or are there any plans to reintroduce it along the line? If not, what alternative tools or frameworks would you recommend if I want a quick way to compare the C# source, IL and JIT asm?
(Additionally, the disassembler documentation on the website hasn't yet been updated to reflect the new configuration options.)