Skip to content

Commit e80f000

Browse files
committed
2 parents 0c31390 + 9bb459f commit e80f000

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ It supports .NET Core, ,NET Framework, and any .NET Standard 2.0 implementation.
4040

4141
## Installation
4242

43-
From the [project's Releases page](https://github.com/zspitz/ExpressionTreeVisualizer/releases), download the ZIP file corresponding to your Visual Studio version (2019 or 2017),
43+
From the [project's Releases page](https://github.com/zspitz/ExpressionTreeVisualizer/releases), download the ZIP file corresponding to your Visual Studio version (2019 or 2017). Then:
4444

4545
1. Unblock the ZIP file
4646
2. Extract the files to the visualizers folder, preserving the [required folder structure](https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-install-a-visualizer?view=vs-2019#to-install-a-visualizer-for-visual-studio-2019).
4747

48+
**Note** There currently is some kind of bug when using the visualizer with .NET Core or .NET Standard projects, and the visualizer is installed in the subfolder under `Documents`. A workaround is to [install the visualizer to the VS install path](https://github.com/zspitz/ExpressionTreeVisualizer/issues/103#issuecomment-583212386) instead.
49+
4850
## Contributing / Feedback
4951

5052
* [Support Fody](https://opencollective.com/fody); this project uses [Costura](https://github.com/Fody/Costura/) to merge dependent DLLs into a single final DLL, keeping the Visualizers folder clean.

0 commit comments

Comments
 (0)