문제

In tools -> options -> .NET Assemblies Enabled, it is possible to temporarily disable framework assemblies such as mscorlib and system. Is there anyway to do this on a per project basis such that the settings are persisted?

도움이 되었습니까?

해결책

Framework/Third-Party assemblies are inferred automatically each time you open the NDepend Project Properties panel. So you can still discard them manually from thye .ndproj file XML content, but they'll come back when you open the NDepend Project Properties panel. Why would you want to do that?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top