Open 0x0309 opened 1 year ago
F# projects with <UseMaui>true</UseMaui> fail to load.
<UseMaui>true</UseMaui>
dotnet new install Fabulous.MauiControls.Templates
dotnet new fabulous-mauicontrols -n MyApp
The target "ResolveAssemblyReferencesDesignTime" does not exist in the project
I can work on F# Maui projects like any other F# project.
Thanks for this - we'll dig in. I haven't done much MAUI work myself but it is an experience I'd like to be able to support.
Describe the bug
F# projects with
<UseMaui>true</UseMaui>
fail to load.Steps to reproduce
dotnet new install Fabulous.MauiControls.Templates
dotnet new fabulous-mauicontrols -n MyApp
The target "ResolveAssemblyReferencesDesignTime" does not exist in the project
and the project fails load.Expected behaviour
I can work on F# Maui projects like any other F# project.
Machine info