[BUG] Console does not attach on net7-windows
Closed this issue · 1 comments
Beyley commented
no console output appears, add
[DllImport("kernel32.dll")]
private static extern bool AttachConsole(int dwProcessId);
somewhere and call it with the process id of -1
Eeveelution commented
i thought it was a rider bug, good to know it can be fixed ig