Open Spongman opened 7 years ago
minidump is here: http://codewithoutborders.com/posted/msvsmon.7z
here's another slightliy different one for the same expression: http://codewithoutborders.com/posted/msvsmon2.7z
But new string[] { }.AsQueryable().FirstOrDefault()
and new string[] { }.FirstOrDefault(str => str.Length == 3)
works good.
i should add that, while my repro is rather pathological, this bug essentially kills debugging EntityFramework code, or anything else using IQueryable.
stick this in your quickwatch and smoke it: