-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Milestone
Description
BenchmarkDotNet 0.13.1.1835 from the nightlies currently errors out when DisassemblyDiagnoser is used with a NativeAOT job with this exception:
Failed to disassemble with following exception:
Sequence contains no elements.
in System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
in BenchmarkDotNet.Disassemblers.ClrMdV1Disassembler.AttachAndDisassemble(Settings settings)
in BenchmarkDotNet.Disassemblers.Program.Main(String[] args)
BDN should at least provide a message saying that NativeAOT disassembly is not supported, or properly support it.