WPF and WinForms on MacOs and Linux

agucciardi 1 Reputation point
2022-01-16T16:47:43.867+00:00

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

Developer technologies Windows Forms
Developer technologies Windows Presentation Foundation
Developer technologies XAML
{count} votes

2 answers

Sort by: Most helpful
  1. Lex Li (Microsoft) 6,037 Reputation points Microsoft Employee
    2022-01-16T21:34:01.313+00:00

    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.

    0 comments No comments

  2. Ken Tucker 5,861 Reputation points
    2022-01-16T21:58:09.707+00:00

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

    https://docs.avaloniaui.net/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.