Gregor Biswanger
Gregor Biswanger
Today, we want to address a discussion that has just started, raising crucial points for all of us. It's about the future of Electron.NET, our platform's currency, and how we...
Our API leans towards the capabilities of the native Electron. Support for parameters with the native Electron works via **command line switches**. https://www.electronjs.org/docs/latest/api/command-line-switches I'll show you how to use the...
Please let me know if the solution helped.
This is from ASP.NET Core. When it is launched in production, it has the default ports 5000 and 5001. You can also influence this yourself. Add the following line of...
Or better yet, via the `appsettings.json`, try this instead.
To run a Linux desktop application in WSL2 (Windows Subsystem for Linux 2) with a graphical user interface (GUI), you need to install an X Window System server for Windows,...
If you have a physical machine running Ubuntu in your local network and you want to run a Linux desktop application with GUI from your Windows machine, you can use...
How did you create your project for Linux? Do you have the .NET SDK and your project on the Linux? Electron.NET CLI installed and `electronize start` executed? Or on the...
Okay, the same directory on the machine for different platforms still has difficulties. I'll add support for that. Please try the following steps: 1, Copy your project to a new...
electron-builder wants to download the native Electron for bundling.. probably won't get access