Electron.NET
Electron.NET copied to clipboard
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
Hi, ElectronNET.API version - 11.5.1.0 .NET 5 NodeJS version - v12.16.3 Blazor Serverside project is running using the ElectronNET framework. Steps to Reproduce: 1. Packaged the application using the ElectronNET.CLI...
* **Version**: 13.5.1 * **Target**: Windows Development builds e.g. via `electronize start` install Electron `^13.1.5` which causes NPM to automatically upgrade to `13.6.9` (see the `^`) which differs from the...
Project Type: .Net 5 MVC OS: Win10 x64 I want to create an application with Electron JS so that it can work offline in case of network failure and communicate...
I build my app for win >electronize build /target win and find 2 folders: bin\Release\net5.0\win-x64 and \bin\Desktop\win-unpacked. When I run exe from the 1st folder I see the server console...
I'd like to change the default Electron.NET icon with my own. How can I do it? I have tried in _Host.cshtml ``` Database App ``` It does not work. Ok,...
Fixes: https://github.com/ElectronNET/Electron.NET/issues/694
Hi, I'm trying to get the selected file details using the **ShowOpenDialog** method from **ElectronDialogWindow**. Able to get the selected file paths properly but the file Names having the **"+"**...
We are using SignalR package to show the download progress to our electron desktop application. But it was found that the Electron.AutoUpdater.OnDownloadProgress was not getting called during differential update download...
Hi, I've created a pipeline for my project. I've installed Electron.Net and Electron.Net.CLI but when I try to Electronize it throws me: Tool 'electronnet.cli' (version '13.5.1') was successfully installed. Executing...
Hi, I install node module with NPM and its working fine in development environment, but getting " Cannot find module" error in application after packaging it.