h0lg / netAmermaid

An automated documentation tool for visually exploring .NET assemblies along type relations using rapid diagramming.
MIT License
3 stars 1 forks source link

#2 - fix when processing class that inherits from a generic collection #3

Closed AndrewKoransky closed 1 year ago

AndrewKoransky commented 1 year ago
h0lg commented 1 year ago

@AndrewKoransky Thank you for this contribution as well - I've merged it! In parallel, I've been working on rewriting the entire type extraction using ILSpy instead of .Net Reflection - which influenced the formatting as well. Hope v2 solves this issue for you.