ReSharper 2016.2 Help

Remove Unused References

This command allows cleaning up project and assembly references that have no actual usages in source code. You can apply this command on a project, solution folder, or the entire solution. Before deletion is complete, you will be able to see all references that are going to be removed and. if necessary, preserve the ones that you want to keep.

When you remove project and assembly references, ReSharper also deletes all redundant namespace import directives that reference namespaces from the removed assemblies.

To remove unused references

  1. In the Solution Explorer, select one or more projects, solution folders or the root node of the solution, or alternatively, select the References node of a project.
  2. Do one of the following:
    • Right-click the selection and choose Refactor | Remove Unused References on the context menu.
    • Press Ctrl+Shift+R and then choose Remove Unused References.
    The Remove Unused References dialog will open.
  3. All references that have no actual usages in source code are displayed in a tree view grouped by projects. By default, all references are selected for deletion. If necessary, deselect references that you want to keep.
    Removing unused references in the solution
  4. Click Next to remove the selected references.
  5. You can also see all references (both used and unused) in the selected scope. To do so, click Analyze Used References. The references are shown in the Analyze References Window, where you can also remove unused references. For more information about analyzing references, see Analyzing and Optimizing Project References

There are two more ways of cleaning project and assembly references.

  • You can invoke the Optimize References command, which will let you analyze all references and remove unused ones.
  • You can expand the References node in the Solution Explorer, select the references you want to remove and invoke the Safe Delete Refactoring, which either silently removes unused references or opens a dialog showing how and where the selected references are used.

See Also

Last modified: 15 December 2016