Open AndreasKorn opened 5 days ago
Thank you for the bug report. We will try to investigate.
@metoule Do you have any idea of which change could have caused this behavior?
Unfortunately not. I only noticed the expression tree generated looks very different with the new version.
I've tracked the change in behavior to #296. I'll try to investigate why it caused the new issue.
Checking a property of an input (parameter) object for null stopped working in 2.17.1. This worked fine in 2.16.1.
With 2.17.1 this throws an exception: _System.InvalidCastException : Unable to cast object of type '<>f_AnonymousType2' to type 'System.Nullable`1[System.Boolean]'.