Electron.NET
Electron.NET copied to clipboard
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
ElectronNET.CLI 13.5.1 ElectronNET.API 13.5.1 NodeJs version 6.14.12 (not sure if used) Blazor Application Using net5.0 Target Framework When I run my Blazor app as a windows desktop application using Electron,...
How to hide the standard Menu : File, Edit, View .... ? I do in Startup: ``` var window = await Electron.WindowManager.CreateWindowAsync(); window.RemoveMenu(); // { Electron.App.Quit(); }; ```It works but:...
Hello everyone. I'm created Blazor Server App in .NET 6, and when I want to start simple Electron application I'm getting the following error:  What would be a reason?...
9.31.2 net core 3.1 * **Version**: * **Target**: 1. Error when running electronize init Unhandled exception. System.AggregateException: One or more errors occurred. (Path cannot be null. (Parameter 'path'))
There wasn't due diligence in reviewing some changes or testing the code. These 3 areas have unresolved conflicts baked into the files. This also indicates that there might be some...
Please, leave a sample of the new code in Visual Studio 2022 net core 6 in this new github. Every time I searched Google, unfortunately, all the tutorials and all...
Hi, I've observed that OnResize event in electron is not triggered in few corner cases as below. 1. When the window is resized rapidly and on releasing at nearer position...
* **Version**: * **Target**: Windows Steps to Reproduce: 1. Get the latest code 2. Run "electronize start" 
Application is taking nearly 90 seconds to start, post installation. Using Electron latest version and .Net Core 5
* **Version**: 13.5.1.0 * **.net**: .net6.0 * **Target**: win (plan to use linux; arm64 soon) attempting command `electronize build /target win /dotnet-publish --no-restore` in PS terminal of VS Code Results...