Error Message displayed in background
Minor little UI issue.
If you run the code
and press return (without entering any date), then LinqPad will display the error message hidden behind the main LinqPad screen. When you switch to the error message and press return, then LinqPad goes back to prompting for the date.
If you run the code
var date = Util.ReadLine<DateTime>();
and press return (without entering any date), then LinqPad will display the error message hidden behind the main LinqPad screen. When you switch to the error message and press return, then LinqPad goes back to prompting for the date.
Comments
Thanks.