Monday, May 07, 2007

* Tool : Circular Dependency Checker

Recently while exploring the Microsoft.Cci dll which contains common compiler infrastructure i developed this simple tool for checking circular dependency amongst pre-built assemblies. I have uploaded the alpha release with source code to codeplex.

Circular Dependency Check

Cci can be used to read metadata of assemblies instead of Reflection technology provided by framework. Cci provides some advantages like multithreading support, does not lock assemblies and do not create instances.

You can use the source code as a starting point for your tool.

Other Posts

1 comment:

  1. I might be missing something, but it doesn't compile because of a ... circular dependency (?)

    ReplyDelete