Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ndepend

Determine Unused Methods and Properties

.net refactoring ndepend

How do you ignore .NET assemblies in NDepend?

ndepend

C# - How do I check for missing scope.Complete() statements?

c# resharper ndepend

NDepend CQL Query for missing IDisposable implementation

idisposable ndepend cql cqlinq

NDepend - Several .NET assemblies have the name {MyAssembly} but they are different

.net ndepend

Why does list initialization with lambda causes high cyclomatic complexity?

Can I tell NDepend to ignore a single result?

Find not disposed IDisposables

Can NDepend output code in all methods up the dependency tree for specific methods?

c# ndepend

The VS 2010 Ultimate vs 3rd party utilities

How to restrict NDepend methods query on type attribute

c# ndepend cql cqlinq

NDepend: How to not display 'tier' assemblies in dependency graph?

Driving NDepend with NUnit

Find all uses of a method (including via interface) using NDepend

c# ndepend cqlinq

Can I use NDepend to count casts?

c# ndepend

How to find code which is only called by tests

CppDepend vs NDepend

ndepend cppdepend

Are there any good/automateable dependency management tools for managing application, database & external resources dependencies?

Why does the async keyword generate an enumerator & additional struct when compiled?