is there a way (or a free plug-in) to check the never used code (in VB.NET in my case) in a ASP.NET web application (a web project, 2 class library and a web service)?
Thank you in advance.
Luis
is there a way (or a free plug-in) to check the never used code (in VB.NET in my case) in a ASP.NET web application (a web project, 2 class library and a web service)?
Thank you in advance.
Luis
ReSharper tool is having this capability to filter never used code. Refer Resharper article. follow below steps after plugged this tool:
Results should have an option "Unused Symbols".
it refers all classes and methods that are never used.