c# : Utility to find circular references / compile in correct order?

c#, circular-reference

Solution

NDepend is an excellent tool that will do this and a lot more. Maybe it's overkill for what you want, but there's a trial version so have a look...

Problem

doers anyone know of a good utility or program to interrogate a solution or a directory for all projects and tell you where circular references are and possible compile in order.. I remember see one a while ago but i can't find it anywhere..

Original source