zspitz / ExpressionTreeVisualizer

Debugging visualizer for expression trees
MIT License
340 stars 26 forks source link

Enable visualizer tests to be run by AppVeyor #79

Open zspitz opened 5 years ago

zspitz commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

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