Details
-
Bug
-
Resolution: Unresolved
-
Unknown
-
None
-
None
-
None
Description
_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'. |