Electron.net: D:\ElectronNet\ElectronSample\ElectronSample>dotnet electronize init No executable found matching command "dotnet-electronize"

Created on 9 May 2018  路  3Comments  路  Source: ElectronNET/Electron.NET

I got the error after try dotnet electronize init, i followed each step as you mention in previous article ,but i don't get any solution till now. please give me any solution for it.

Most helpful comment

Hey,
It also depends on the directory you are running init from.
It should be a project directory, not a solution directory!
That worked in my case.

All 3 comments

Hey, did you remember to add the CLI? Add this to your csproj file then Init and start as per normal:

<ItemGroup> <DotNetCliToolReference Include="ElectronNET.CLI" Version="*" /> </ItemGroup>

Hi, I got same problem here when trying the demo project.
I have tried CMD but still get same error.
In the csproj file, CLI has been added.

Hey,
It also depends on the directory you are running init from.
It should be a project directory, not a solution directory!
That worked in my case.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thnk2wn picture thnk2wn  路  4Comments

ernestotw85 picture ernestotw85  路  3Comments

iqmeta picture iqmeta  路  3Comments

graylobo picture graylobo  路  5Comments

AykutToprak picture AykutToprak  路  4Comments