Home - grzesiek-galezowski/nscan GitHub Wiki

NScan checks for dependency constraints specified in a rules file

NScan comes in three forms:

It may be that NScan does not meet your needs. In such case, take a look at the following alternatives:

  • Convention Tests - contrary to NScan, it typically works on assemblies (as a part of test suite) and requires loading them into the code.
  • NSDepCop - a plugin for Visual Studio that allows per-project configuration and works on namespaces. Also allows integration with MSBuild
  • ndepend - a commercial workhorse for dependency and technical debt management. Includes a console version to run on a build server.