ExpressionTreeVisualizer icon indicating copy to clipboard operation
ExpressionTreeVisualizer copied to clipboard

Enable visualizer tests to be run by AppVeyor

Open zspitz opened this issue 6 years ago • 2 comments

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.

zspitz avatar Jun 26 '19 21:06 zspitz

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.

zspitz avatar Dec 30 '19 00:12 zspitz

The NuGet package is now at https://www.nuget.org/packages/ExpressionTreeVisualizer.UI/.

zspitz avatar May 17 '20 02:05 zspitz