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

Do not spill assemblies to disk and use assembly resolution from ILTemplate instead #44

Open
goldshtn opened this issue Sep 27, 2015 · 1 comment
Assignees

Comments

@goldshtn
Copy link
Owner

See comment in Fody/Costura#95 -- can use ILTemplate.ResolveAssembly (even though it's internal) to resolve assembly references from memory in the secondary AppDomain instead of having to spill assemblies to disk and set up the ApplicationBase here: https://github.com/goldshtn/msos/blob/windbg-extension/msoscore/HeapQuery.cs#L37.

@goldshtn goldshtn self-assigned this Sep 27, 2015
@tdsrhh
Copy link

tdsrhh commented Jan 26, 2020

Hi

Did you solve this ? I have hit the same problem and need a assembly created with fody to be loaded in a custom app domain so I can unload it when it's not needed anymore.

Thanks

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