tjmoore/dotnet-version-check

--no-window option doesn't output to console

Opened this issue · 1 comments

As WinExe target has to be used, there's no console output.

Need a solution that provides console output even with WinExe. Cannot switch to Exe target as this won't include the runtime check and prompt in the executable.

Alternatively, don't bother with console output.

This now just applies to the windows app example. The console app writes to the console (no window obviously).