c# - Find uncalled code -


possible duplicate:
what tools , techniques use find dead code in .net?

does know of tool can find functions not being called?

clarification: functions not being called in solution. should not matter if public, private etc.

there several tools available varying degrees of depth.

  • resharper
  • ncover
  • fxcop

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -