FSharp.Mobile.Templates
FSharp.Mobile.Templates copied to clipboard
Mobile templates for .NET 8.0 / F# 8.0
We could add templates for generating project structures similar to : - https://github.com/fsharp-mobile/Fabulous.MauiControls.Maps - https://github.com/fsharp-mobile/Fabulous.XamarinForms.Maps - https://github.com/fsharp-mobile/Fabulous.XamarinForms.SaveState This will ensure a common structure and help people with the process
I have new templates installed but after creating the new maui-fsharp application and running build command I have the following error: PS C:\temp\maui\TestApp> dotnet build -c Release MSBuild version 17.3.0-preview-22329-01+77c72dd0f...
Using Visual Studio for Windows (17.1.6). Installed FSharp.Mobile.Templates then ran: ``` > mkdir TestXamApp > cd TestXamApp > dotnet new xf-fsharp ``` Then added the generated projects to a blank...
We need to make platforms (iOS, Android, etc) for which template generates code configurable. See [Fabulous.XamarinForms template](https://github.com/fsprojects/Fabulous/tree/v1.0/Fabulous.XamarinForms/templates).