0xd4d / dnlib

Reads and writes .NET assemblies and modules
MIT License
2.14k stars 583 forks source link

Optimize type name computation #520

Closed ElektroKill closed 1 year ago

ElektroKill commented 1 year ago

Implementation as described in #519

Will add the assembly full name improvements after they are greenlit over at #519.

fixes #519 (For GitHub to properly link the PR to the issue :D)

wtfsck commented 1 year ago

Will add the assembly full name improvements after they are greenlit over at https://github.com/0xd4d/dnlib/issues/519.

Yes, you can improve that code!

ElektroKill commented 1 year ago

LGTM. Have you written assemblies to disk and compared the files before/after these changes (old dnlib vs new one) to make sure the output didn't change?

Yes I have