ExpressionTreeVisualizer
ExpressionTreeVisualizer copied to clipboard
Enable visualizer tests to be run by AppVeyor
The end visualizer DLLs might not be testable by AppVeyor, because they are .NET Framework assemblies. This will not change with .NET Core 3.
However, because VisualizerData itself resides in a shared project, we should be able to convert the Tests.Visualizer project to a .NET Core project with support for WPF assemblies.
If we can create a NuGet package that targets both .NET Core 3 and WPF, we could run the tests against the .NET Core 3 version.
The NuGet package is now at https://www.nuget.org/packages/ExpressionTreeVisualizer.UI/.