简体   繁体   中英

How to find unused libraries in vb.net project

I'm new to VB. I've assigned to the project is to be clean by removing unused references and unused libraries. As I'm new to this project I don't understand how the code written by previous developers. I understand that I can find unused references using Visual studio. For getting Unused libraries I don't see any option in Visual studio. I did research on the internet and I don't find any useful information regarding unused Libraries in the project. Can anyone help on in this.

Thanks in advance.

Excerpt from this article How to: Remove Unused References (Visual Basic) :

To remove unused references

  1. In Solution Explorer , double-click the My Project node for the project.

    In the Project Designer , click the References tab.

  2. Click the Unused references button to open the Unused References dialog box.

    The project is scanned, and the dialog box is populated with a list of references that are not being referenced in your code.

  3. In the Unused References dialog box, check the references that you wish to remove, and then click Remove .

    The selected references will be removed from the project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM