Settings and activity
1 result found
-
50 votes
Are you aware that you can call .Dump() on an expression? The output is not exactly the same as the Expression Tree Visualizer, but it conveys much of the same information. Is there anything missing from what you see that you’d like added? Or anything that you’d like changed?
Kevin Babcock supported this idea ·An error occurred while saving the comment
I like this idea. Joe is right, calling .Dump() on an expression already gives the information needed, but it is quite verbose. A simple visualization of the expression tree would be awesome!