Skip to content

I want to know how .NET for Android supports F#. I noticed that it doesn’t have F# project templates. #11067

@yoyos12138

Description

@yoyos12138

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#.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageIssues that need to be assigned.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions