Electron.NET
Electron.NET copied to clipboard
Own Debug-Profile for Electron.NET Apps
Currently we debug over an attach to the process.
An idea would be to setup an own debug-profile with the "dotnet electronize init" command.
Question: Can you configure a debug profile from the Visual Studio UI? I'm not sure if this is possible what you want.

Will look into it!

At least in our demo app there is one error, but this might just be the case in our dev solution, because the API build has a file lock, because we linked it as a project ref.
currently we use dotnet publish, maybe a dotnet run would be better and would be much easier to debug
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x
https://github.com/dotnet/project-system/issues/2942