Need to analyze C# code to find unreferenced classes
- by Captain Comic
Hi,
I have legacy C# code and I am using Visual Studio 2008. I am looking for a tool, sort of code-analyzer that would say to me which class are not used and also some other useful information.
If there is exact duplicate please specify.
Thank you.