ReSharper 2018.3 Help

Exploring Project Hierarchy

ReSharper | Inspect | Show Project Hierarchy
ReSharper_ProjectHierarchyBrowse

This feature helps you analyze referenced and referencing projects and assemblies of a specific project in your solution.

To view project hierarchy

  1. Choose a project in the Solution Explorer.

  2. In the main menu, choose ReSharper | Inspect | Show Project Hierarchy or right-click the selected project and choose Show Project Hierarchy in the context menu.

  3. In a new tab of the Hierarchy window that appears, you can explore the hierarchy or project references:

    Code Analysis Project Hierarchy Hierarchy

  4. To switch the hierarchy between referenced projects and assemblies and projects that reference the selected project in the current solution, use the corresponding toolbar buttons ( Referenced Projects ThemedIcon Hierarchy Screen Gray / Referencing Projects ThemedIcon Subtypes Screen Gray )

  5. You can further explore each project or assembly in the hierarchy:
    • Click Base on This ThemedIcon Base Screen Gray to rebuild the hierarchy basing on the selected project or assembly.

    • Double-click on any project reference to locate it in the Solution Explorer.

    • Double-click on any assembly reference to explore the assembly in the Assembly Explorer window.

Last modified: 25 April 2019

See Also