I have been playing with Tizen.NET Preview for a while and I am glad to see it is maturing at a great pace. .NET Standard 2 support is great.
I am also fasincated by F# the functional language that is part of .NET framework. Xamarin Forms templates for iOS and Android ship with both C# and F# support. However Tizen only ships with C# template.
I have been playing with it further by using F# .NET standard library and while that works, I can't use Type Providers as they dont seem to be supported insider .NET Standard Lib.
Snippet below is from one of my tweets. Shows the power of one of the type providers - in this instance the JsonProvider. It takes a url and returns strongly typed data set. The url i posted is invalid and hence the sequigly lines.
Could you please help create a F# app template ?