Releases: zspitz/ExpressionTreeVisualizer
Releases · zspitz/ExpressionTreeVisualizer
1.7.88
1.7.85
1.7.84
For the past few releases the visualizer has been broken --
- Originally, Periscope provided base classes inheriting from the VS-supplied visualizer base classes; end-visualizers could then inherit from these. That approach doesn't work when using Costura, because (presumably) VS only loads visualizer assemblies with reflection which doesn't trigger Costura's dependency loading; so the end-visualizer class can't be identified as a visualizer. (This might actually be caused by the second issue, I'll have to check.)
- Costura was embedding an old version of ZSpitz.Util, an indirect NuGet dependency through both Periscope and ExpressionTreeToString. An explicit PackageReference to the latest version solves this.
1.6.80
1.6.79
1.6.78
AppVeyor now builds the release according to the new VS 2019 visualizer multitargeting architecture..