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