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. |
||
|---|---|---|
| .. | ||
| Plugins.Tests | ||
| TestProjects | ||