question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
yholiacommented, Dec 24, 2018

Try call it without dotnet key, Or modify launchSettings.json

"Electron App": {
     "commandName": "Executable",
     "executablePath": "C:\\Users\\<user name>\\.dotnet\\tools\\electronize.exe",
     "commandLineArgs": "start <path to core app>"
   }

Works for me
0reactions
paillavecommented, 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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found