Hi, I've been experimenting with writing a wearable app using Tizen.NUI in F#. I managed to get a static app that just shows some text to run on the emulator, but if I try to reference anything defined in the FSharp.Core library, it'll crash while trying to load the app.
I don't see FSharp.Core.dll in the tpkroot directory created when I build the app. I tried to add a PackageReference to FSharp.Core to the .fsproj file and putting the dll in /lib (which is copied to the tpkroot when compiling), but it still crashes.
Am I right in thinking this is happening because the dll just isn't copied in the app bundle? Is there any way to get this to work?
Project here: https://github.com/steinuil/twet