Skip to content

Releases: zspitz/ExpressionTreeVisualizer

1.7.88

18 May 22:08
Compare
Choose a tag to compare
Remove duplicate packagereference

1.7.85

16 May 23:34
Compare
Choose a tag to compare

This includes a missing dependency for the VS 2017 release.

1.7.84

15 May 07:40
Compare
Choose a tag to compare

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

30 Dec 13:39
355b15b
Compare
Choose a tag to compare
Delete CONTRIBUTING.md

1.6.79

29 Dec 23:47
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zspitz/ExpressionToString

1.6.78

27 Dec 00:28
Compare
Choose a tag to compare

AppVeyor now builds the release according to the new VS 2019 visualizer multitargeting architecture..

1.6.72

17 Dec 20:04
b4a7509
Compare
Choose a tag to compare
Update appveyor.yml

1.6.71

17 Dec 18:45
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zspitz/ExpressionToString

1.6.70

17 Dec 18:34
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zspitz/ExpressionToString

1.6.69

17 Dec 18:31
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zspitz/ExpressionToString