No executable found matching command "dotnet-electronize"
See original GitHub issue- open dos command prompt
dotnet add package ElectronNET.API
dotnet tool install ElectronNET.CLI -g
You can invoke the tool using the following command: electronize
Tool 'electronnet.cli' (version '0.0.10') was successfully installed.
dotnet tool list -g
Package Id Version Commands
----------------------------------------------
electronnet.cli 0.0.10 electronize
dotnet electronize
No executable found matching command "dotnet-electronize"
electronize
Electron.NET Tools (0.0.10)
Project Home: https://github.com/ElectronNET/Electron.NET
etc...
Is there anything wrong with what I did for electronize tool not working with dotnet command?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
No executable found matching command "dotnet-tool"
The dotnet tool command is only installed with the release of .NET Core SDK ... You need to update your SDK to make...
Read more >Troubleshoot .NET tool usage issues
NET runtime wasn't found. Executable file not found. If the executable file isn't found, you'll see a message similar to the following:.
Read more >How to resolve no executable found matching command ...
How do I solve no executable found matching command dotnet-asp net. I'm using ASP.NET core 1.0. When I try to add a controller...
Read more >How to fix error — “dotnet : No executable found matching ...
NET Core Web API 2.0 projects with EF Core 2.0, you may encounter this error: “dotnet : No executable found matching command “dotnet-ef” ......
Read more >Electron.NET – Create a minimal MusicPlayer App with ...
The command dotnet electronize start will start the ASP.NET MVC Core 2 application as a desktop software. Important!
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try call it without dotnet key, Or modify launchSettings.json
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