-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
None
_planets.Select(p => new { val = p.orderFromSun + 5 }).ToArray();
Throws
System.InvalidOperationException: The binary operator Add is not defined for the types 'System.Nullable`1[System.Int32]' and 'System.Int32'.
- depends on
-
EF-76 Select projection rewriting
- Backlog