ndepend
Ndepend CQL to query types out of assembly wildcard
In order to determine what low-level framework types a web application is directly using, one has to define each and every assembly involved.[详细]
2022-12-23 13:18 分类:问答How to restrict NDepend methods query on type attribute
I\'m trying to get NDepend to identify long methods using a modified version of the standard \"Methods too big\" query.[详细]
2022-12-22 02:02 分类:问答C#/.NET analysis tool to find race conditions/deadlocks
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[详细]
2022-12-21 18:58 分类:问答NDepend Code Quality Metrics - Custom CQL - Brownfield development
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[详细]
2022-12-20 07:29 分类:问答Are there any good/automateable dependency management tools for managing application, database & external resources dependencies?
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[详细]
2022-12-18 17:23 分类:问答Do you use NDepend?
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[详细]
2022-12-16 07:24 分类:问答Analyzing an asp.net site with ndepend
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,[详细]
2022-12-14 20:49 分类:问答