In order to determine what low-level framework types a web application is directly using, one has to define each and every assembly involved.
I\'m trying to get NDepend to identify long methods using a modified version of the standard \"Methods too big\" query.
Is there a tool that analys开发者_高级运维es .NET code and finds race conditions? I have a bit of code that has a public static property that gets or creates a private static field.It also has a publ
I\'m working on a brown-field project that was initially developed for .NET 1.1, and subsequently was retro-fitted to .NET 2.0, with a smattering of .NET 3.5
I would like to build an overview/map of as many of our applications depe开发者_如何转开发ndencies as possible. Analyzing .NET application dependencies is fairly easy using tools such as NDepend (whic
I\'开发者_高级运维ve been trying out NDepend, been reading a few blogposts about it and even heard a podcast. I think that NDepend might be a really useful tool, but I still don\'t see where I would u
I\'m trying to analyze a web site (built with asp.net) with ndepend. If a take a look at the CQL queries about \"unused code / dead code\", the tool cites almost all my methods (including the onload,