nkolev92 / DependencyVisualizer

A tool to help you visualize the dependencies in your .NET project
MIT License
2 stars 1 forks source link

Add DGML visualize tool and some tests #13

Closed heng-liu closed 1 year ago

heng-liu commented 1 year ago

Add DGML visualize tool and some tests.

The tests are comparing the actual generated DGML file with expected DGML file. You may go to .\DependencyVisualizer\src\Common\Common.Test\Common.Test\compiler\resources\ folder to double click the expected .dgml files and see if the graphs are good.

Note: the added tests might be flaky, then I'll need to go through list instead of dictionary to add nodes to DGML file.

heng-liu commented 1 year ago

Hi, @nkolev92 , thanks for reviewing! I've addressed all comments. Pls let me know if it's good to merge.