Skip to main content
A newer version of this page is available. .

Remove Unused Assembly References

This feature enables you to remove the Assembly References you never used in your project.

Usage

Right-click the required project in the Solution Explorer and choose Remove Unused References.

CodeStyle_RemoveUnusedMenu

The confirmation dialog with the found references will pop up. You can select which references to remove and use the Remove button to confirm your selection.

CodeStyle_RemoveUnusedDialog

NOTE

The usage (Imports) statements are not removed; use the Remove unused namespace references cleanup refactoring to remove unused imports in the entire project.