mikehadlow / AsmSpy

Simple command line assembly reference checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The --nonsystem option isn't respected during export to DGML

yitzhaks opened this issue · comments

I would like to build a dependency graph of our application, and the system assemblies are cluttering it.
When visualizing the graph in the command line, the --nonsystem option is respected, but when exporting to DGML it is ignored.

Fixed with PR #52.