1
vote
4answers
176 views
FxCop rule that checks for NotImplementedExceptions
I'd like to have the nightly build check for how many NotImplementedExeptions there are in my .NET code so hopefully we can remove them all before releasing. My first thought is that FxCop might be a …
0
votes
1answer
86 views
Ndepend reports not showing up in CruiseControl Dashboard
I am currently in the process of setting up ndepend report generation as part of Continuous Integration build process using CruiseControl.Net, I have followed the instructions outlined in ThoughtWorks …
0
votes
1answer
41 views
Inherited method dependencies using NDepend
The class browser of NDepend doesn't seem to have an option for revealing inherited methods.
We have a scenario where we have thousands of singly-rooted Model objects that descend from RootModel, for …
0
votes
1answer
93 views
Useful ways to use CppDepend
For a while now I've seen a lot of blog posts about NDepend and how useful it can be, but I've never been able to try it as I don't work in .Net. A couple days ago I saw that a C++ version was …
1
vote
2answers
94 views
Exiting the Zone of Pain - NDepend
Hi all,
I was just running one of my projects through NDepend and the report put my assembly right in the corner of the zone of pain. I was just wondering if it's something that I should be worried …
1
vote
1answer
142 views
What is Abstractness vs. Instability Graph ?
Hi,
I recently used NDepend and it produced a good report on my .net assemblies and related pdbs.
The most interesting thing I found in the report was abstractness vs. instability graph. I wanted to …
2
votes
2answers
317 views
Does any tool similar to NDepend exist for unmanaged C++ code?
I have enjoyed the power of NDepend ( http://www.ndepend.com/ ) when writing C#, but in my C++ projects I have not found a comparable tool.
I use Visual Studio 2005, which has a class-view that …
2
votes
3answers
162 views
Code quality and analysis tools for C#? How do you analyze your code?
I am a big NDepend fan and so I read quite a bit from Patrick Smacchia. I was reading a post of his this morning regarding "Where do developers care for Software Quality" in which he looks at the …
1
vote
1answer
45 views
NDepend metrics on assemblies
Do you try to keep the Distance from main sequence low for every assembly? What about assemblies that contains only Business Objects definitions? Is it possible to keep them away from Zone of Pain? …
0
votes
1answer
133 views
How to get the maintainability index?
Hello, I need help...
How can I create the maintainability index with cql?
Does the NDepend calculate this number?
Thanks!
Alejandra
2
votes
4answers
432 views
Do you know any alternative to NDepend for architects?
Hi!
do you know any software similar to NDepend? I've got it just recently, and found it very useful. It helped me a lot, but for now i don't have a possibility to buy a proffessional version.
So, …
0
votes
1answer
41 views
How quit the Ndepend report into the Build Report?
Hello,
I want to quit the Ndepend report into the Build Report, but still have the link
‘NDepend Report” in link in the left navigation.
How can I do that?
thanks!
Alejandra
1
vote
1answer
107 views
Most helpful NDepend CQL queries
A client I work for has begun using NDepend as a replacement for FXCop, and the "architect" has compiled a list of practically unusable CQL queries, which I gather he has taken from advice from the …
1
vote
1answer
88 views
Driving NDepend with NUnit
Is it possible to use NUnit to run CQL queries using NDepend? It would be nice to be able to just include the NDepend dlls in a UnitTests library and write tests like:
[Test] public void
…
0
votes
1answer
109 views
NDepend CQL Query for missing IDisposable implementation
I realize that the query this question is looking for won't be enough to find every little problem with IDisposable implementations, but every early warning counts, so I'll take what I can get.
I'd …
