The Visual Studio IDE allows me to scan for unused references in VB.NET source code. But I also have a lot of unused Imports statements in my application.
Two questions:
- Is there a way to find unused
Importsstatements throughout my VB.NET source code? - Do unused
Importsstatements hurt the performance of my application?