mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Election.net with custom web service #681
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 @Jennal on GitHub (Jul 9, 2021).
Originally assigned to: @GregorBiswanger on GitHub.
Hi, thanks for this great job for C# users to use electron.
But ASP.NET/Blazor or something like that from Microsoft are too slow on startup, even on empty/simple project. It would takes more than 10s to start the app. The time is close to power on my computer till I see the windows login page.
I don't need features in ASP.NET or Blazor, I only need logic codes written by C#.
I find a much faster web service called WatsonWebserver. It cost almost zero time to startup on an empty/simple project.
Is there a way to use WatsonWebserver or custom web service written by myself?
@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!