Zev Spitz

Results 226 comments of Zev Spitz

This should perhaps be an option; by default it makes sense to use a non-suffixed literal.

On second thought. this is independent of `RenderLiteral` in ZSpitz.Utils. The C# writer/visitor could simply render ConstantExpression of the appropriate type with the relevant suffix.

Thanks for opening this. I'll try to repro when I get a chance. Could I trouble you to choose the "Factory methods" formatter from within the visualizer on one of...

[This](https://github.com/zspitz/Periscope/issues/28) is the plan.

> run into crashes from time to time, such as `KeyNotFoundException` on dictionaries when type conversion expressions occur In the visualizer? Or EF Core 5? What happens when you call...

I've just uploaded a [new release](https://github.com/zspitz/ExpressionTreeVisualizer/releases) which should workaround the `KeyNotFoundException`. Before installing the new version, could you open a separate issue and provide a repro where you see the...

I've never used Rider, so I have no idea what are its' capabilities and extension points. But I guess you have a couple of options. --- The [ExpressionTreeToString](https://www.nuget.org/packages/ExpressionTreeToString/) package provides...

@maurei Do you have any further thoughts on this?

There is an issue [filed on YouTrack](https://youtrack.jetbrains.com/issue/RIDER-39862) for this.

I've written a small [demo application](https://github.com/zspitz/ExpressionTreeVisualizer.UIDemo) showing how to use the UI controls outside of the VS debugger. I think creating a Rider extension would be a similar process.