Releases: zspitz/ExpressionTreeVisualizer
Releases · zspitz/ExpressionTreeVisualizer
1.7.105
1.7.104
When the expression tree node doesn't contain a parameter expression (or loop), we now compile and extract the value. Note that if within your expression tree you have methods (or properties) that both return a value and modify state, the state will be modified as part of the method call.
(Thanks to @VagyokC4 for raising this issue.)