I have a Xamarin.Forms app on Android, iOS, and UWP that's already published to all relevant app stores. It's written in C#, but a new feature was recently implemented partly in F#. This means I can't use .NET Native compilation on my UWP project. I turned off .NET Native compilation, but discovered that I now can't publish updates to Windows Store any longer.
Is there any way around this, or is it simply impossible for the time being to publish Xamarin.Forms apps using F# to the Windows Store? I know there's something called Desktop bridge, but I have no idea if this is usable in this context.
If it's currently impossible to publish XF apps using F# to Windows Store, is there any estimate on when this will be possible?
(cross-posted on the Xamarin Forums)