Electron.NET Core Console windows stays visable #1051
|
I'm currently investigating Electron.Net Core's viability for a project. Is the console window always part of the application or am i missing something? |
Replies: 1 comment
|
The console window is not visible. I think you confuse the development mode with the packaged / distributed mode. You'll always have console output because your part is an ASP.NET Core server. However if nothing is opened from the console (standard packaged mode) no console is shown. |
The console window is not visible. I think you confuse the development mode with the packaged / distributed mode.
You'll always have console output because your part is an ASP.NET Core server. However if nothing is opened from the console (standard packaged mode) no console is shown.