nkolev92 / DependencyVisualizer

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

Add node identity, allow us to differentiate between a project and a package #10

Closed nkolev92 closed 1 year ago

nkolev92 commented 1 year ago

Fixes https://github.com/nkolev92/DependencyVisualizer/issues/4.

@heng-liu This is likely to be a breaking change with your implementation. I've made it inherit from PackageIdentity, so it should be easier to fix.