question

agucciardi avatar image
0 Votes"
agucciardi asked RobCaplan edited

WPF and WinForms on MacOs and Linux

Can you run a WPF or Windows Forms desktop app on MacOs and Linux with .NET6?

windows-wpfwindows-formsdotnet-wpf-xaml
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

You can find some articles on Google about Wine, like A developers guide to running WPF apps on Linux with .NET Core and Wine


1 Vote 1 ·
lextm avatar image
0 Votes"
lextm answered

When Microsoft announced WinForms and WPF in .NET Core 3.0, they made it very clear that no plan to bring them to non-Windows platforms.

If you are looking for cross platform UI frameworks, my blog post might get you started.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

vb2ae avatar image
0 Votes"
vb2ae answered

Avalonia UI is a cross plaform xaml based framework for creating apps that run on windows, linux, mac using c#

https://docs.avaloniaui.net/

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.