DotNetCorePlugins/test
Nate McMaster fad7d2f5a4
Fix #12 - Give base-path the lowest precedence when searching for managed libraries
This fixes assembly loading for System.Drawing.Common. This package was a rare case of a package with both runtime agnostic and runtime-specific versions of the managed library. This means the .NET Core SDK will dump System.Drawing.Common.dll in the plugin base path *as well as* a version in the runtimes/ folder. In this case, corehost actually treats the runtime specific asset with higher priority.

This change updates the ManagedLoadContext to imitate this behavior.
2018-10-20 16:49:07 -07:00
..
Plugins.Tests Fix #12 - Give base-path the lowest precedence when searching for managed libraries 2018-10-20 16:49:07 -07:00
TestProjects Fix #12 - Give base-path the lowest precedence when searching for managed libraries 2018-10-20 16:49:07 -07:00