- Notifications
You must be signed in to change notification settings - Fork752
Open
Description
When loading a .NET Framework runtime a newAppDomain
is created and everything is loaded into thatAppDomain
. However, when using Core CLR this isn't possible and everything is loaded into the singleAppDomain
. Could we instead create a newAssemblyLoadContext
and load all referenced assemblies into this in order to give some level of isolation between PythonNET and anything else that might be using .NET within the same process?
Metadata
Metadata
Assignees
Labels
No labels