Console.CursorLeft, Console.CursorTop, Console.WindowWidth, Console.WindowHeight and Console.WindowTopLeft doesn't throw an IOException for invalid values on Windows 7 x86 when Input is redirected #43138
Labels
Milestone
Happening when input/output is redirected for the in the title noted properties.
Example:
Currently affected tests:
It looks like the underlying Win32 API doesn't throw the getter of these properties is accessed during the set of the properties.
cc @eiriktsarpalis @stephentoub
The text was updated successfully, but these errors were encountered: