Book Image

ReSharper Essentials

By : Lukasz Gasior
Book Image

ReSharper Essentials

By: Lukasz Gasior

Overview of this book

Table of Contents (18 chapters)
ReSharper Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Architecture View


While developers are focused mostly on the detailed implementation of projects, architects need a bird's-eye view of it.

ReSharper v8 comes with a new tool, Architecture View. Architecture View is a graph that presents the dependencies between projects in your solution. You can find a similar tool in Visual Studio Ultimate, but with ReSharper, you do not need to have this most expensive version.

Projects on this graph can be grouped based on solution folders. You can hide unimportant projects and display only dependent or referenced projects. Architecture View allows you to configure the displayed graph to provide the needed perspective.

Architecture View also presents the strength of the relation between two projects. You can easily see this by looking at the thickness of the lines linking the projects—a thicker line means a stronger relation, which means that there are more objects used between these two projects.

Architecture View can be useful for small solutions (with...