ExpressionTreeVisualizer icon indicating copy to clipboard operation
ExpressionTreeVisualizer copied to clipboard

Debugging visualizer for expression trees

Results 33 ExpressionTreeVisualizer issues
Sort by recently updated
recently updated
newest added

In response to [here](https://github.com/zspitz/ExpressionTreeVisualizer/issues/125#issuecomment-880093908). Thanks, v1.7.115 fixes the exception. It's a bit hard to repro this because we dynamically build expressions. I've tried to create a repro using LINQ code,...

bug

I've used this visualizer a lot in the past on .NET Core 3.1 and EF Core 3.x. But today I found that when using .NET 5, binary serialization is disabled...

bug

I love this visualizer, it takes a lot of the pain away of working with expression trees. Unfortunately, I'm on Rider. What would it take to have this visualizer work...

enhancement
help wanted

https://www.linqpad.net/CustomVisualizers.aspx - [ ] Create a new project - LinqPad; multitarget .NET Core and Framework - [ ] Reference ExpressionTreeVisualizer.UI NuGet package - [ ] (ExpressionTreeVisualizer.Dev only) Add a build...

Currently, (except for `BinaryExpression` and `UnaryExpression` which return the method based on the expression's `NodeType`) all factory methods which return the same object type as the node are displayed. For...

enhancement

Currently using https://unclassified.software/en/source/multiselecttreeview, and I also looked at https://github.com/cmyksvoll/MultiSelectTreeView Required features: - [ ] Multiple selection support - [ ] .NET Core support - [ ] Enable applying focused styling...

deployment

The visualizer used to work, but after not using it for a few weeks, it stopped working. I'm using Visual Studio 2019. The error (see below) happens in at least...

bug

- [ ] Add option for showing reduced nodes - [ ] If option is selected, call Reduce recursively and create new models for child nodes - [ ] Test...

enhancement

Two use cases: 1. Parts not implemented in code-gen 2. Exceptions in general Allow the user to click on a URL from the visualizer UI, and autofill an issue.

If there are nested lambdas, currently all their parameters are in a single list. ![image](https://user-images.githubusercontent.com/312166/82145024-7f5f9e80-9850-11ea-9ef1-d4e83f8a9b3d.png)