tags:

views:

12

answers:

1

Hi,
I have a NDepend project that is using in automatic build process. When a developer adds one more assembly to the project, NDepend cannot pick up and analyze that assembly automatically. I can see the new assembly only when I add manually into NDepend project. How can I configure in NDepend project so that it will pick up new reference assembly and analyze automatically. Is there anyways to do it or am I something wrong in using NDepend?
Thanks,
ant.

A: 

When a developer adds one more assembly to the project,

I guess you mean When a developer adds one more assembly to the Visual Studio solution, in that case indeed, this is a feature request for future NDepend version.

Patrick Smacchia - NDepend dev
This is exactly what I want. Now I wrote small app to modify NDepend project and the problem solved. I also want to suggest to add a feature that user can specify a list to directories to pick up assemblies. In my company, we are using NDepend to monitor code quality in every build.
Ant
>user can specify a list to directories to pick up assembliesHave you look at Project properties > Code to Analyze > Folders ?
Patrick Smacchia - NDepend dev
there is no auto pickup, i need to add new assemblies manually to the project.
Ant