SingleDose
SingleDose copied to clipboard
ArgumentOutOfRange Exception
Description
- Utilizing Windows Terminal, a
System.ArgumentOutOfRangeException occurs when SingleDose callsConsole.SetCursorPosition(int left, int top)and the value oftopis larger than the console height. This only appears to be an issue in Windows Terminal.
Steps to Reproduce
- In Windows Terminal, start SingleDose and hit enter repeatedly until the exception is thrown.
This exception will cause the program to crash. Recommend only using cmd.exe or powershell.exe until fix is implemented in next update.