TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Fix dependent DLL loading #167

Closed susu closed 6 years ago

susu commented 6 years ago

It is a bunch of fixes, the main issue was that I'm using a package from NuGet in my plugin. But that package has other NuGet package dependencies, and those packages have more dependencies, ... etc.

Those DLLs need to be loaded in a proper order, I implemented it with the AssemblyResolve event.

Other fixes: