Cannot run demo app with latest version. #667

Open
opened 2026-01-29 16:45:35 +00:00 by claunia · 0 comments
Owner

Originally created by @avalon30 on GitHub (Jun 7, 2021).

Originally assigned to: @GregorBiswanger on GitHub.

  • Version: electronnet.cli (version '11.5.1') | dotnet (version '5.0.300')
  • Target: Microsoft Windows [Version 10.0.17763.1971]

Steps to Reproduce:

Execute in PowerShell (eventually git-bash)

  1. dotnet tool install --global ElectronNET.CLI
  2. git clone https://github.com/ElectronNET/electron.net-api-demos.git
  3. cd electron.net-api-demos
  4. electronize start

Expected result:
https://github.com/ElectronNET/electron.net-api-demos/raw/master/screenshot.jpg

Actual result:
Hangs on this splash screen
https://i.imgur.com/ICjFKi8.png

Log:
https://pastebin.com/raw/Qtvfsi9q

Comment:
Demo app cannot start with latest version including latest dotnet.
This framework seems like an amazing alternative to original Electron.js especially for .Net devs. It needs to be updated to handle latest features and fixes. Currently you're unable to build a project to final exe, so you cannot share your app with the world. Yes, electronize start works, but nothing else. Good question to be ask: Is this project holds some future or not anymore?.
Thank you all for your hard work and if possible please to update this project 👍

Originally created by @avalon30 on GitHub (Jun 7, 2021). Originally assigned to: @GregorBiswanger on GitHub. <!-- Please search existing issues to avoid creating duplicates. --> <!-- Which version of Electron.NET CLI and API are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: electronnet.cli (version '11.5.1') | dotnet (version '5.0.300') <!-- Which version of .NET Core and Node.js are you using (if applicable)? --> <!-- What target are you building for? --> * **Target**: Microsoft Windows [Version 10.0.17763.1971] <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> Steps to Reproduce: > Execute in PowerShell (eventually git-bash) 1. dotnet tool install --global ElectronNET.CLI 2. git clone https://github.com/ElectronNET/electron.net-api-demos.git 3. cd electron.net-api-demos 4. electronize start **Expected result:** https://github.com/ElectronNET/electron.net-api-demos/raw/master/screenshot.jpg **Actual result:** _Hangs on this splash screen_ https://i.imgur.com/ICjFKi8.png **Log:** https://pastebin.com/raw/Qtvfsi9q **Comment:** Demo app cannot start with latest version including latest dotnet. This framework seems like an amazing alternative to original Electron.js especially for .Net devs. It needs to be updated to handle latest features and fixes. Currently you're unable to build a project to final exe, so you cannot share your app with the world. Yes, `electronize start` works, but nothing else. Good question to be ask: Is this project holds some future or not anymore?. Thank you all for your hard work and if possible please to update this project 👍
claunia added the bug label 2026-01-29 16:45:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#667