Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jun 14, 2021
1 parent fe4146c commit 8dd5eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ After manually drawing an assembly dependency graph for a twenty-something-proje

## How it works

Run the application, and open a .NET assembly from the _File|Open..._ menu (or just press CTRL+O).
Run the application, and open a .NET assembly or solution from the _File|Open..._ menu (or just press <kbd>Ctrl</kbd>+<kbd>O</kbd>).

The analyser will immediately generate a diagram such as the one shown:

Expand All @@ -25,7 +25,7 @@ It requires three non-system assemblies: `DependencyAnalyser`, `DependencyAnalys
even though `nunit.framework` is not referenced directly. We can also tell, unsurprisingly, that `DependencyAnalyser`
uses WinForms assemblies.

Note the circular dependency between `System` and `System.Xml`!!!
Note the [circular dependency between `System` and `System.Xml`](https://stackoverflow.com/q/1316518/24874)!!!

Excluding all `System` assemblies shows all dependent assemblies that must be deployed with the
selected assembly for it to operate properly.
Expand Down

0 comments on commit 8dd5eeb

Please sign in to comment.