[Bug] C# Expression Sorting Grid Index Out Of Range Exception
Options
Version: 5.03.03(AnyCPU)
Step 1:
Make new C# expression query
Step 2:
Run this
new string[] {null,null,"hello"}.Select(x=>x)
Step 3:
Attempt to sort it
Step 4:
nulls turn black, clicking on one causes index exception
Step 1:
Make new C# expression query
Step 2:
Run this
new string[] {null,null,"hello"}.Select(x=>x)
Step 3:
Attempt to sort it
Step 4:
nulls turn black, clicking on one causes index exception
Comments
-
Same for me on v5.03.02, except in step 4, it is not necessary to click on a black box, only to move the mouse over it...
-
Confirmed, moving the mouse over the black box is enough.
-
Thanks for the repro: this is now fixed in the new beta:
http://www.linqpad.net/download.aspx#beta -
Verified fixed, thanks Joe