Electron.NET
Electron.NET copied to clipboard
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
* **Version**: 13.5.1 * **Target**: win7-x64;win Steps to Reproduce: 1. Run `electronize build /dotnet-configuration Debug /target custom "win7-x64;win" /p:PublishSingleFile=false /p:PublishReadyToRunShowWarning=true` 2. Observe the printed `dotnet` command as: `dotnet publish -r...
Hi, thanks for this great job for C# users to use electron. But ASP.NET/Blazor or something like that from Microsoft are too slow on startup, even on empty/simple project. It...
* **Version**: 11.5.1 * **Target**: win7x64 Steps to Reproduce: 1. Execute `electronize build /target custom "win7-x64;win64"` as suggested in the custom target documentation 2. Observe the final output for `npx...
Would it be possible to get the will-download event to Session class? I would want to prevent certain file extensions to be downloaded. Another thing would be that could do...
* **Electron.NET CLI & API versions:** 9.31.2 & 11.5.1 * **.NET Core version:** 3.1 LTS * **Node.js version:** 14.16.0 * **Target**: Windows 10 x64 Hello there. When I try to...
* **Version**: * 9.23.1 (latest version compatible with .NET Core 3.1) .NET Core 3.1 * **Target**: * Windows If your ASP.NET Core app crashes before connecting to Electron.NET, the electron...
**The problem:** I have an application based on ElectronNET.API 5.22.13 and NET.Core 2.1 (ElectronNET.API requires this version). The new version ElectronNET.API 5.22.14 is released and I need to upgrade my...
Callbacks triggered by the UI are async (with respect to the web UI) but are handled with a non-async C# action: ``` csharp Electron.IpcMain.On(string channel, Action listener) ``` It is...
* **Version**: 11.5.1 * **Target**: .NET 5.0.102 & node.js 12.18.3 Running _electronize start_ throws exception **1408F10B:SSL routines:ssl3_get_record:wrong version number** I am operating from behind a proxy. How do I resolve...
Electron.NET Version: 11.5.1 Electron.NET CLI Version: 11.5.1 .NET Version: .NET 5.0.202 NodeJS Version: 14.16.1 Using Visual Studio Code on Mac A dialog opens and I select a directory but it...