.net 7 Linux install?

Support

Is it possible to install the 14+ versions on Linux with .net 7 support? Is there anything special that needs to be done, or is there a guide?

14 February 2024 20:08:30 IndyDev

Add Comment

Dusan Rodina - softwareideas.net 15 February 2024 9:42:48

-

Hello,

The challenge arises because our software utilizes WinForms for the graphical user interface (GUI), which currently does not have a native Linux implementation. Consequently, the software will not operate on Linux without utilizing a virtual machine. Earlier versions of our software, which relied on .NET 4.8, were compatible with Linux thanks to the availability of WinForms implementation for Mono. However, for versions 14 and above, which require .NET 7 or .NET 8 support, there is unfortunately no direct Linux compatibility due to this limitation.