netcoredbg
netcoredbg copied to clipboard
Symbols not loaded for assemblies loaded at runtime from bytes
Hi,
I'm facing a strange issue: seems like that symbols are not loaded when I dynamically load an assembly with overload:
Assembly.Load(bytes[], bytes[])
while are correctly loaded if I use the overload that directly open the file:
Assembly.LoadFile()
(tested with .net core 3.0.100 under windows)
Do you have any hints? great work BTW