mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Blazor WebAssembly Support #511
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 @IRHM on GitHub (Jun 5, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I have used Blazor Server with ElectronNET and it has worked perfectly, but it doesn't seem to work with Blazor WASM.
@Anseltis commented on GitHub (Jun 6, 2020):
It would be better than awkward Blazor Server
@GregorBiswanger commented on GitHub (Jun 11, 2020):
I'm currently not fit in Blazor Server.. maybe my Electron.NET - Contributing Getting Started
video on YouTube will help you to test it yourself, where there is the problem?!
@IRHM commented on GitHub (Jun 12, 2020):
@GregorBiswanger I can take a gander, but no promises.
@IRHM commented on GitHub (Jun 12, 2020):
electronize startcauses this error:It's not showing the full path to the
.exeso maybe it is wrong, I don't know how I would check or change the path that it is looking for.@Delpire commented on GitHub (Aug 27, 2020):
@IRHM I am getting a similar issue, but I am using Blazor Server, so I don't think its related to WASM. It works when I use
electronize start /watchbut I error when I use the command as you have.@ekuchynski commented on GitHub (Oct 12, 2020):
Getting the same error. Did you managed to find a solution?
@IRHM commented on GitHub (Oct 12, 2020):
@ekuchynski Nope, I'm just waiting for an expert at this point.
@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!