➣ Visual Dependency Graph
- View your entire assembly architecture as an interactive node graph.
- Trace dependency paths between assemblies instantly.
- Isolate any assembly to examine its direct relationships.
- Add or remove dependencies between assemblies with a single click.
➣ Identify Issues
- Detect missing asmdef references.
- Identify unused references that bloat assemblies and slow builds.
- Catch circular dependencies, duplicates, empty entries, and invalid names.
- Powered by Roslyn for accurate C# semantic analysis.
➣ Automated Fixes
- Apply fixes individually or queue them for batch processing.
- Auto-Loop mode scans and fixes repeatedly until your project is clean.
- All changes preview before applying—nothing happens without your approval.
➣ Compile Time Tracking
- Identify which assemblies are slowing down your builds.
- Pinpoint the slowest files so you know exactly where to optimize.
- Track history to catch performance regressions early.
➣ Snapshots & Organization
- Save complete assembly states before major refactors.
- Group and color-code assemblies by team, feature, or layer.
- Five layout algorithms for clear graph visualization.