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 o
I inherited a gigantic visual studio solution with a few circular reference paths. I wrote a linqpad script to help find the circular reference chain:
https://github.com/ronnieoverby/linqpad-utils/blob/master/Find%20circular%20references.linq
My implementation is probably naive, but it worked reasonably fast for me.