DotNetCorePlugins
DotNetCorePlugins copied to clipboard
System.PlatformNotSupportedException on Android
Describe the bug
Getting a System.PlatformNotSupportedException
on Android
To Reproduce Steps to reproduce the behavior:
- Using this version of the library '1.4.0'
- Call
PluginLoader.CreateFromAssemblyFile
- using any configuration including just
assemblyFile
- Always receiving
System.PlatformNotSupportedException
Expected behavior Assembly loads like windows, mac or linux (only platforms tested)
Additional Context
The assembly has .resx
files linked to it and have seen lots of random issues about that but maybe unrelated.