Unloading of assemblies when exiting PIE #110
-
When exiting PIE mode when using external dependencies (eg as in #108), the application hangs and the following warning and error message appears:
A simple example that causes this is referencing NewtonSoft. Is there a way to resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If 3rd-party dependencies don't support unloadability with graceful unloading of resources, then developers should debug what causing this and work on that. More can be found here. |
Beta Was this translation helpful? Give feedback.
If 3rd-party dependencies don't support unloadability with graceful unloading of resources, then developers should debug what causing this and work on that. More can be found here.