mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Electronize Build Argument Parsing #604
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 @EnsignPayton on GitHub (Dec 1, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
ElectronNET.API: 9.31.2
ElectronNET.CLI: 9.31.2
.NET: 5.0.100
Node.js: 12.16.2
Steps to Reproduce:
electronize build /target winI followed this guide for setting up a Blazor server project hosed in Electron: https://blog.jetbrains.com/dotnet/2020/11/05/run-blazor-apps-within-electron-shell/
It works great in debug, but
electronize buildwon't do anything at all. Any calls toelectronize buildordotnet electronize buildfail with the following message:The only way I can get around this is by passing in a literal
targetargument with no leading slash, which causes an exception: