mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
No executable found matching command "dotnet-electronize" #242
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 @paillave on GitHub (Dec 23, 2018).
Originally assigned to: @robertmuehsig on GitHub.
dotnet add package ElectronNET.APIdotnet tool install ElectronNET.CLI -gdotnet tool list -gdotnet electronizeelectronizeIs there anything wrong with what I did for electronize tool not working with dotnet command?
@yholia commented on GitHub (Dec 24, 2018):
Try call it without dotnet key,
Or modify launchSettings.json
@ruohki commented on GitHub (Dec 25, 2018):
solution:
C:\Users<username>.dotnet\tools and rename or clone the electronize.exe to be called dotnet-electronize.exe
@paillave commented on GitHub (Dec 26, 2018):
@golyakho , @ruohki I already had the work around as I mentioned on the post. But still, I opened an issue for the pb to be solved at the next release so that either we can make a
dotnet electronizeby following what the document mentions, or so that the documentation can be updated. Anyway, the goal is that the behavior matches what is in the documentation :).@robertmuehsig commented on GitHub (Dec 26, 2018):
Ah - sorry for this misunderstanding. With the most recent version it is just "electronize". "dotnet electronize" was needed in the pre-tools .NET Core age.
Maybe checkout the PR #192
I hope this change will clear some questions.
@robertmuehsig commented on GitHub (Dec 27, 2018):
The PR is merged - please let me know if you would like further changes.
@paillave commented on GitHub (Dec 27, 2018):
Thanks a lot @robertmuehsig , actually having the issue #188 solved would be good as it is an almost blocking bug to build any package on a fresh project. Very easy solution as I mentioned in my analysis: https://github.com/ElectronNET/Electron.NET/issues/188#issuecomment-449859346