Console.ReadLine input shows over top of console output, blocking the text
This is more of a UI issue than a bug, but the input box that shows up when you do Console.ReadLine gets in the way of the console output, so you can't see what it's prompting you for. Makes user input a bit difficult.