Android framework version
net10.0-android
Affected platform version
dotnet 10.0.102
Description
I am an Android development enthusiast and wanted to try out the F# language on .NET.
I then came across the .NET for Android project, but it only contains C# templates.
I noticed there are no F# templates for .NET for Android.
I used the official templates to create a .NET for Android C# project,
and then created an F# console project.
I then copied the resources folder and the manifest file directly into it
and modified the fields. I noticed that the project runs and most types are present,
but it seems that some features are not supported.
For example, when I added “androidgeneratelayoutbindings” to the .fsproj file, it did not generate a utility class as the C# template does.
I would like to know if there are any plans for support for F#.