merken / Prise

A .NET Plugin Framework.
https://merken.github.io/Prise
MIT License
361 stars 39 forks source link

[BUG] loading natively compiled library from plugin does not work #29

Closed merken closed 4 years ago

merken commented 4 years ago

Loading a platform depended library from the Plugin folder does not work, a String.Empty is returned and the file is not found.

Resolution: return a null value instead, this triggers the flow of returning a platform candidate

merken commented 4 years ago

Branch https://github.com/merken/Prise/tree/bugfix-native-library was created to tackle this issue

merken commented 4 years ago

PR https://github.com/merken/Prise/pull/30 is open