Electron.NET icon indicating copy to clipboard operation
Electron.NET copied to clipboard

:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).

Results 195 Electron.NET issues
Sort by recently updated
recently updated
newest added

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,...

bug

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:...

bug

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: ![image](https://user-images.githubusercontent.com/10724174/165752596-9bd5e787-3b29-44c1-b5ad-3c078d57a916.png) 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'))

bug

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...

bug

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...

bug

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...

bug

* **Version**: * **Target**: Windows Steps to Reproduce: 1. Get the latest code 2. Run "electronize start" ![螢幕截圖 2022-05-11 11 59 47](https://user-images.githubusercontent.com/23494376/167766964-e06571dd-12e0-4803-8598-e6a650d300bf.png)

bug

Application is taking nearly 90 seconds to start, post installation. Using Electron latest version and .Net Core 5

question

* **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...

bug