Winforma for .NET core #4628
Answered
by
RussKie
vvijayalakshmi21
asked this question in
Q&A
|
Dear all, Does a windows forms application targeting .net core run on a Linux or Mac platform? If no, is there any alternative? |
Answered by
RussKie
Mar 2, 2021
Replies: 1 comment
|
Howdy,
Windows Forms apps generally run only on the Windows platform (hence the name 😉). That's said, Windows Forms .NET Framework app can be run under Mono WinForms on Linux and MacOS. I've heard reports Windows Forms .NET apps can run under WineHQ as well.
You have a plenty of options to chose from: .NET MAUI, Blazor, etc. |
0 replies
Answer selected by
RussKie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Howdy,
Windows Forms apps generally run only on the Windows platform (hence the name 😉).
That's said, Windows Forms .NET Framework app can be run under Mono WinForms on Linux and MacOS. I've heard reports Windows Forms .NET apps can run under WineHQ as well.
Please note: 1) YMMV, and 2) we don't provide support for these scenarios.
You have a plenty of options to chose from: .NET MAUI, Blazor, etc.