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

I need a mutable application but on linux electron.NET creates only appimages. is there anyway to create a deb app? thanks.

question

By default chromium adds a margin of 8px around `img` tags, causing the image in the splashscreen to shrink to fit in its parent browserwindow that is set with the...

bug

I'm using the AutoUpdater from a static HTTP source (Azure Blob storage) using the `generic` provider. I have updated the `electron.manifest.json` as directed in the Electron docs, adding `build.generateUpdatesFilesForAllChannels: true`...

Feature

* **Version**: ElectronNET.CLI Version: 13.5.1.0 * **Target**: net5.0 (win-x64 / appx) * My OS: Windows 11 * I have an EV certificate (on hardware token) by Digicert Signing in the...

bug

Today we don't have access to main.js which is the entry point for the electron app and where it starts the asp.net executable. It would be great if we had...

Feature

ElectronNET.API version 13.5.1 Electron Cli version 13.5.1 .net core 5.0 Windows 10 Steps to Reproduce: 1. run electronize /target win 2. It builds fine 3. If I look in bin...

bug

I used electron.net to build a Blazor sample that runs on a Raspberry Pi. I automated the CI/CD pipeline using AWS CodeBuild. Everything works fine and my artifacts are correctly...

Feature

### **Version**: * ElectronNET.CLI: `13.5.1.0` * ElectronNET.API: `13.5.1` * Dotnet: `5.0.401` * Node: `14.17.3` ### **Target**: * `win` or `linux` Steps to Reproduce: 1. Open a Electron.NET project on macOS...

bug

In .Net Framework or .Net 5 Winforms there're **OpenFileDialog**,**FolderBrowserDialog** and **Progressbar**, I would like to know if I were to use ElectronNet to build cross platform desktop applications for linux...

question

when load url frequently will be show error window. c#: mainWindow.LoadURL(url); ![image](https://user-images.githubusercontent.com/28953145/135209132-ba185bee-a8e4-42da-8098-2b16e4e9feec.png) how can i disable the error window?

bug