Electron.NET
Electron.NET copied to clipboard
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
I am trying out the Blazor ServerSide program for Net6 Follow the instructions in README After I type "electronize Start" The console display is as follows Electron Socket IO Port:...
Hi Guys, I did a rewrite from SocketIO to signalr because there are a lot of drawbacks if there are 2 "server" run concurrent (SocketIO from nodejs and Kaestrel from...
Hello, i use electron.Net for my blazor project. When i use it with electronize start, it's working perfectly, but when i try to publish it to windows ( electronize build...
How can a file be ignored in setup if it already exists in the destination folder like- "onlyifdoesntexist" flag in InnoSetup Also, how can we create an MSI package from...
🚨 The issue tracker is not for questions 🚨 The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/electron.net or via chat in https://gitter.im/ElectronNET/community. how to use add...
* Electron.NET CLI 9.31.2 * Node version v14.17.6 * Dotnet core 3.1 * electron-builder 22.14.5 * Windows 10 I have been building an application with Electron.NET for several years that...
* **Version**: Electron.NET Tools 11.5.1 * **.NET version**: 5.0.1 * **Target**: Win 10, desktop, x64 The error is: ``` NETSDK1098: Applications published to a single-file are required to use the...
Can we make deb installer ? What changes in json file and which?
Would be nice to add this option (as well as PupblishSingleFile was) to reduce the exe file size in windows
Whenever doing any one of the below 3 actions in NavMenu page(NavLink), a new duplicate Electron window is popped up with the page selected. But In my application I would...