Error Message displayed in background
Options
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
-
This is in the AnyCPU build, right? I'm pretty sure this was fixed in a recent beta.
-
I'm on v5.37.01 (AnyCPU) which appears to be the latest beta version.
-
Sorry, it missed 5.37.01. Try the 5.37.02 beta and let me know.
-
That works now.
Thanks.