ReSharper 2017.1 Help

Finding Assemblies in Folders

ReSharper allows loading entire folders in the Assembly Explorer window When a folder is loaded, ReSharper processes all its subfolders in hunt for files that it is able to decompile, and displays the folder's hierarchy in the Assembly Explorer.

To open a folder with .NET assemblies

  • Click Explore Folder /help/img/dotnet/2017.1/ThemedIcon.AddFolder.Screen.[Gray].png on the Assembly Explorer toolbar and then select a target folder.

The folder is added to the Assembly Explorer window. You can explore it by expanding the subfolders and all assembly nodes found within it. Double-click on code symbols to decompile and view the corresponding code in the editor.

Any assembly found within folders can be displayed at the root level of the Assembly Explorer. To do so, right-click on an assembly node and choose Show at Root Level in the context menu.

Last modified: 12 October 2017

See Also