I have a NuGet (SkiaSharp) that I will be releasing (or maybe released by the time you read this) that has several native runtime assets:
- "win7-x64"
- "win7-x86",
- "osx"
- "linux-x64"
- "linux-x86"
- "tizen-armel"
- "tizen-x86"
When I build and install the app on the device/emulator, ALL the runtimes are also added to the app package.
This results in a much larger package than expected - as well as additional libraries that are not actually supported at all.
I would expect the Tizen build process to only copy the runtimes that it supports - such as "tizen-armel", "tizen-x86" (since this one is not supported maybe just this "linux-x86", "tizen-armel")