DependenSee Features and Output Formats
mainDependenSee is a lightweight tool designed to create dependency graphs for .NET solutions. Key capabilities include:
- Dependency Graphing: Creates a visual graph of your solution's dependencies.
- Filtering: Ability to include or exclude specific namespaces to reduce noise in the output.
- Multiple Output Formats: Supports generating
HTML(interactive),XML,JSON, andGraphvizfiles. - CLI Integration: Can return output to
STDOUTfor piping into other tools, while sending errors and warnings toSTDERR.