문제

Suppose you have two Visual Studio solutions, each of which builds three assemblies - for example:

SolutionA: A1.dll, A2.dll, A3.dll.
SolutionB: B1.dll, B2.dll, B3.dll.

Further, suppose that you have created two corresponding NDepend projects - NDependA and NDependB.

I have two questions to this scenario:

No. 1: Is there an easy way to create a third, combined NDepend project ("NDependAB")?

No. 2: If you add something like A4.dll to SolutionA, do you have to update both NDependA and NDependAB, or is there a way to update NDependAB "automatically"?

도움이 되었습니까?

해결책

1) Just create a new NDepend project and add assemblies of the 2 solutions. This is possible thanks to the link label on the start page: Analyze : VS solutions and VS projects

2) No, there is no out-of-the-box way to update the NDepend project from the solution change. This is something we are thinking for the future.

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