You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any attempt to write to the console buffer may throw a System.IndexOutOfRangeException exception, because the SetupFakeDriver only sets the size of the Cols and Rows without updating the size of the FakeConsole buffer.
The text was updated successfully, but these errors were encountered:
Just copying the comment I made in the PR, for visibility:
We need to move that (the fake driver) out of the core library anyway.
But that's a relatively low-importance issue with potentially relatively high effort to refactor, so I'm kinda ambivalent as to whether that should be done before or after V2 release.
Any attempt to write to the console buffer may throw a
System.IndexOutOfRangeException
exception, because theSetupFakeDriver
only sets the size of theCols
andRows
without updating the size of theFakeConsole
buffer.The text was updated successfully, but these errors were encountered: