Trying to use Electron.NET with Blazor Web App
When I tried creating a
But I wanted to know... in case I don't want to use the Server App, for some reason, what should I do to make Electron.NET work with the Web App? :catderp:
Note: I know I could try using .NET MAUI but it does not work for Linux, and I wanted a solution that could give me an application for the three main platforms (Win + mOS + Lin) in order to be fully Multiplatform :catlaugh:
Blazor Web App and implementing Electron.NET into it, all I would get was a "White Screen of Death" :catree: I tried several steps that I saw on the internet, but none would lead me anywhere :catsweat: most were still using the (Normal) Setup with Program.cs Startup.csand I'm using only theProgram.cs(Minimal) Setup since it is the one that comes with the latest Blazor templates :catthinking: but I couldn't find any useful documentation or examples for the Electron.NET usage :catlost: (Which is kind of a downer :catgasp: it seems like a great thing to use for creating Desktop Applications with Blazor but there's so little information about it...)
Blazor Server App fixed it to them, so I tried it and... It worked! :catfine: But I wanted to know... in case I don't want to use the Server App, for some reason, what should I do to make Electron.NET work with the Web App? :catderp:
GitHub
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor). - ElectronNET/Electron.NET