We have a 1.5 million LoC code-base and DI is what we use.
The usability of NDepend will increase dramatically if you will include implementation of interfaces in the analysis. Direct and Indirect dependencies differ only in the small part of the code where DI is hardly used. Other than that dependency chain breaks at interfaces.
This would still be Static Analysis because interface implementation is in the same code-base
Absolutely MUST have this feature.
We have a 1.5 million LoC code-base and DI is what we use.
The usability of NDepend will increase dramatically if you will include implementation of interfaces in the analysis. Direct and Indirect dependencies differ only in the small part of the code where DI is hardly used. Other than that dependency chain breaks at interfaces.
This would still be Static Analysis because interface implementation is in the same code-base