ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
861 stars 279 forks source link

fsproj with UseMaui fails to load #1884

Open 0x0309 opened 1 year ago

0x0309 commented 1 year ago

Describe the bug

F# projects with <UseMaui>true</UseMaui> fail to load.

Steps to reproduce

  1. dotnet new install Fabulous.MauiControls.Templates
  2. dotnet new fabulous-mauicontrols -n MyApp
  3. Open the folder in VS Code
  4. The F# extension output shows 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

baronfel commented 1 year ago

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.