Electron.NET
Electron.NET copied to clipboard
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
* **Version**: * Electron.NET CLI 13.5.1 * Dotnet core 5.0 * Node 14 * **Target**: * osx64 * win64 Issue: The electron host relies on socket.io which uses engine.io and...
I'm building an Electron.NET app for Windows, Mac, and Linux. On Windows and the Mac, my .png file with transparency works fine as a splashscreen when specified in the electron.manifest.json...
How can I communicate with the existing Vue cli project demo-listens: Electron.IpcMain.On("testOn", (data) => { }); demo-send: Electron.IpcMain.Send(browserWindow, "test", new { }); It doesn't seem to work. and It doesn't...
* **Version**: node -v 14.17.6 ; ElectronNET.CLI Version: 13.5.1.0 ; ElectronNET.API Version:13.5.1 ; Microsoft Visual Studio Community 2019 Version16.11.7 * **Target**: Steps to Reproduce: 1. run 'electronize start' or 'electronize...
Hi, firstly thank you for your great job. How can i disable all external links in window? For example, let's open a youtube video page, but clicking on other links...
I have build electron app using ASP.NET Core with React.js template. When I open the deployed app I can see multiple instances of app under task manager screenshot(MultipleInstancesTM.PNG) is this...
* **Version**: 9.31.2 (latest version compatible with .NET Core 3.1) .NET Core 3.1 * **Target**: Windows From looking through the main,js of the electron host, it looks like the bridge...
* **Version**: VS 2022 * **Target**: .NET6 Node.js : 16.13.0 blazor server side Steps to Reproduce: 1. Wrtie bellow code at program.cs ```C# var options = new BrowserWindowOptions { Width...
I am a newbie to Electron and trying to figure out how to host the application built using Electron.NET using .Net5 framework. Any kind of documents or youtube link or...
I am creating app on Blazor server side with .net core 5. When I start, my electron app is running on http://localhost:. I know that I can set port by...