Essentially need to read the dependencies programmatically without loading the assembly itself, as then you can\'t unload them
found this System.Reflection.Assembly.ReflectionOnlyLoadFrom(path) does the trick