You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: