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

allow user to specify additional assembly resolve folders #5

Closed AndrewKoransky closed 1 year ago

AndrewKoransky commented 1 year ago

allow user to specify additional assembly resolve folders on the command line in order to resolve missing assemblies especially when pointing to an ASP.NET project. Resolves issue #4 .

h0lg commented 1 year ago

Hey @AndrewKoransky, thank you for your contribution :)

I've merged it as an option to keep in mind for side-loading the source assembly dependencies. I ran into the same issue and solved it in the new release by offloading this task to ILSpy though, obsoleting and removing the AssemblyResolveFolders again. Hope this solves your scenario as well. If not, please let me know.

AndrewKoransky commented 6 months ago

@h0lg - JFYI... finally got around to needing/testing this new version. Works great! Thanks!