Open ChristophSchmidpeter opened 2 years ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Where can I find out what the plan is for enabling fsharp with MAUI on windows? I can't find a roadmap with this, and I can't be the only one interested haha.
Running into the same issue and would love to know when this is expected to be addressed. Is this supported om Linux or is MacOS the only option atm?
Any plans to address this issue? Still a problem for Fabulous.MauiControls when trying to build on PC.
Forgot to post it here, but with the help of @PureWeen, we found a workaround to allow building Maui WinUI apps with F#. More informations at https://github.com/fabulous-dev/FSharp.Maui.WinUICompat
Both FSharp.Mobile.Templates
and Fabulous.MauiControls.Templates
have been updated with this fix.
@PureWeen is there something we can still fix on our end? Or is this outside of our control?
Verified this issue with Visual Studio Enterprise 17.8.0 Preview 2.0. Can repro this issue.
Description
When trying to compile the FSharp.Mobile.Templates's MAUI template, compilation with Visual Studio on Windows fails with the error:
According to macOS users, it compiles on macOS normally though. Therefore, it seems to be a bug within MAUI itself.
Steps to Reproduce
and project templates via via
(See FSharp.Mobile.Templates for more details)
dotnet new maui-fsharp -n MyMauiFsharp
Version with bug
6.0.400
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows SDK 10.0.19041.0
Did you find any workaround?
Compiling on macOS works according to this comment.
Relevant log output