-
-
Notifications
You must be signed in to change notification settings - Fork 736
Description
- 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)
- dotnet tool install --global ElectronNET.CLI
- git clone https://github.com/ElectronNET/electron.net-api-demos.git
- cd electron.net-api-demos
- 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 👍