Had an issue using this library, where it didn't subscribe to devices correctly - but only in a release build. I eventually noticed the "IL2104: Assembly produced trim warnings" message and learned it had to do with the "Trim Unused Assemblies" option, which I turned off as a workaround. Only tested on win-x86 target.
This Prepare Libraries For Trimming would be my starting point. Hopefully I'll be able to dig in later and submit a PR.
Had an issue using this library, where it didn't subscribe to devices correctly - but only in a release build. I eventually noticed the "IL2104: Assembly produced trim warnings" message and learned it had to do with the "Trim Unused Assemblies" option, which I turned off as a workaround. Only tested on win-x86 target.
This Prepare Libraries For Trimming would be my starting point. Hopefully I'll be able to dig in later and submit a PR.