Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbols not loaded for assemblies loaded at runtime from bytes #34

Open
adospace opened this issue Oct 6, 2019 · 0 comments
Open

Symbols not loaded for assemblies loaded at runtime from bytes #34

adospace opened this issue Oct 6, 2019 · 0 comments

Comments

@adospace
Copy link

adospace commented Oct 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants