mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
App is running but no screen #849
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DrBenvey on GitHub (Feb 16, 2023).
Originally assigned to: @GregorBiswanger on GitHub.
./../../dotnet-electronize/dotnet-electronize build /target linux)
I see consol- it is ok, I can see app running in browser (http://localhost:8001)
but Window didn't appears (such a problem not only with my project but also with other template (for ex: https://github.com/bsonnino/MvcElectron.git))
Is it a bug or i do smth wrong?
(when I build a project for windows from windows every thing works fine out of box (dotnet tool install ElectronNET.CLI -g;electronize start;electronize build /target win))
as an option, I can create a virtual machine with linux wich supports sdk net 5(ubuntu 20.04 for ex (https://www.makeuseof.com/install-dotnet-5-ubuntu-linux/)), and build the project on it, but this is unreasonably long and slows down development
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!