Releases: zspitz/ExpressionTreeVisualizer
1.5.67
1.5.66
1.5.65
Adds Object notation formatter -- uses the syntax for object initialization and collection initialization to describe objects, in both the rendering library and the visualizer.
The visualizer DLLs should be copied into the appropriate folder, as described here. For some troubleshooting suggestions, see Torubleshooting visualizer installation.
1.4.64
1.4.63
1.4.62
1.4.57
-
[Visualizer] context menu
-
Copy the expression needed to see a specific node in the Watch window to the clipboard, e.g.:
((System.Linq.Expressions.BinaryExpression)((System.Linq.Expressions.BinaryExpression)((System.Linq.Expressions.ConditionalExpression)((System.Linq.Expressions.BlockExpression)((System.Linq.Expressions.LambdaExpression)expr).Body).Expressions[1]).Test).Left).Left
-
Help links
-
Open value of node in new window, if it's an
Expression
or other visualized type
-
-
[Rendering library] Improved block rendering, for blocks and lambdas
-
[Rendering library] Improved literal rendering
-
[Rendering library] VB.NET
Like
operator implementation -
Updated wiki
The visualizer DLLs should be copied into the appropriate folder, as described here. For some troubleshooting suggestions, see Torubleshooting visualizer installation.