You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.