Open
Description
In the lifted form of the AndAlso and OrElse operators, if the first operand was a null Boolean?, then the second operand is evaluated but the result is always a null Boolean?.
While that's logically consistent with the VB treatment of nullable Booleans it's somewhat contrary to the benefit of a short-circuiting operator and totally unintuitive. We should consider reporting a warning in such cases.