The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

Visual Studio: Find unused code? – Stack Overflow

Posted by jpluimers on 2015/03/04

Interesting answers to Visual Studio: Find unused code? – Stack Overflow.

  • Using Visual Studio 2008+ to remove unused using statements
  • Using the [Obsolete] attribute of code you suspect is not used.
  • Using ReSharper
  • Using NDepend
  • Using FxCop

–jeroen

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.