DotNetCorePlugins icon indicating copy to clipboard operation
DotNetCorePlugins copied to clipboard

System.PlatformNotSupportedException on Android

Open tkefauver opened this issue 9 months ago • 0 comments

Describe the bug Getting a System.PlatformNotSupportedException on Android

To Reproduce Steps to reproduce the behavior:

  1. Using this version of the library '1.4.0'
  2. Call PluginLoader.CreateFromAssemblyFile
  3. using any configuration including just assemblyFile
  4. 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.

tkefauver avatar May 03 '24 18:05 tkefauver