How to run a Windows Forms project on Linux
I know I know, there are better ways than windows Forms, but i have a project which works with files and i want to know how it is possible to run the .exe file so the openfile dialog works on linux too. I know that .exe files are not 100% supported, but there are workarounds like wine or bottles. But how can I make Wine or Bottles or any application so that it gives me a legit open file dialog that works for Linux and it shouldn´t be something that is a open file dialog for windows on Linux. I asked some people and they told me mono would be a great option, but I don´t know.