You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GroupByTests.cs: In GroupByTwoFieldsWhereOneOfThemIsTooDeep() we get a NullReferenceException from inside the result transformer lambda when running on .Net 4. Perhaps there is something deep in .Net framework that differs between 2.0 and 4.0?. In any case, casting to (int?) already in the group expression resolves this, which seems like a reasonable fix given that an employee may indeed lack a superior.
0 commit comments