Closed merken closed 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
Branch https://github.com/merken/Prise/tree/bugfix-native-library was created to tackle this issue
PR https://github.com/merken/Prise/pull/30 is open
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