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

* **Version**: [23.6.2](https://github.com/ElectronNET/Electron.NET/releases/tag/23.6.2-alpha.14) * **Target**: win & linux & mac When trying to interoperate with host hooks. No response found because the run command is not working properly. Steps to...

bug

I try use my custom script with Electon.net, but it is not working. I do the same with normal browser and it work correctly. My config: Windows 10, npm version:...

question

* **Environment**: Windows 11 with Ubuntu 22.04 on WSL 2 * **Dotnet Version**: 7 * **Electron Version**: 23.6.1 * **Target**: linux Steps to Reproduce: 1. Install/Use Ubuntu 22.04 on WSL...

bug

Currently it is only supported to add an image to the splash screen. It would be a nice to have : Be able to use a custom HTML page as...

Feature

* **Version**: 13.5.1 Steps to Reproduce: 1. browse for a folder using ShowOpenDialogAsync 2. select a folder using a "+" in its name => the "+" disappears

bug

Isn't the `SetAspectRatio` method in the `BrowserWindow` class supposed to take a float as the aspect ratio value? ![image](https://github.com/ElectronNET/Electron.NET/assets/57318423/0ee5ab65-c37a-4ba1-b7a3-a039c1e2b177) Just like electron's API? ![image](https://github.com/ElectronNET/Electron.NET/assets/57318423/55d030e1-296d-490b-bd51-aac00a5d7b9b)

bug

i want to pack to linux x64 on windows x64, build to win64 success,but build to linux64 is error, can anybody give me an suggesstion ![image](https://github.com/ElectronNET/Electron.NET/assets/135201864/29b9decf-7d1f-4196-a803-1208670d6869)

question

Versions: ElectronNET.CLI Version: 23.6.1.0 ElectronNET.API Version: 23.6.1.0 Node v18.16.1 Tried on .Net core 5 ,6 and 7 My electron application crash with the last version of elecrtonnet.api and electronnet.cli when...

bug

I've encountered the following error: "Error: contextBridge API can only be used when contextIsolation is enabled", even though I did enable `ContextIsolation`. In #411, the same issue was reported, and...

* **Version**: ElectronNET.API 23.6.1 * **.NET Version**: .NET 6.0 * **Target**: Windows Simply adding the ElectronNET.API nuget package to a new Blazor WebAssembly project results in the following build error:...

bug