Open
Description
Assemblies in the DLLs folder are not loaded properly. This only occurs for .NET Core since the assembly probing occurs differently.
Changing InitializeExtensionDLLs
to use AddReferenceToFile
loads the assembly into memory (as I tried in #523), however when the sqlite3
module calls AddReference("IronPython.SQLite")
the assembly still fails to resolve.