EgorBo / Disasmo

VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
MIT License
638 stars 39 forks source link

Fix namespace handling #53

Closed MichalPetryka closed 2 months ago

MichalPetryka commented 6 months ago

Fixes disasm of types within namespaces

EgorBo commented 6 months ago

Can you provide an example where it currently fails and how this helps?

This code will likely brake nested types

MichalPetryka commented 6 months ago

Can you provide an example where it currently fails and how this helps?

Disasming any type that's within a namespace doesn't work.

This code will likely brake nested types

I think the special case there should make them work as before

EgorBo commented 2 months ago

Thanks!