Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable visualizer tests to be run by AppVeyor #79

Open
zspitz opened this issue Jun 26, 2019 · 2 comments
Open

Enable visualizer tests to be run by AppVeyor #79

zspitz opened this issue Jun 26, 2019 · 2 comments
Labels

Comments

@zspitz
Copy link
Owner

zspitz commented Jun 26, 2019

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 zspitz added the tests label Jun 26, 2019
@zspitz zspitz mentioned this issue Dec 1, 2019
40 tasks
@zspitz
Copy link
Owner Author

zspitz commented Dec 30, 2019

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
Copy link
Owner Author

zspitz commented May 17, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant