EgorBo / Disasmo

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

Properties/indexers support. Better suggestion display texts. #11

Closed kindermannhubert closed 1 year ago

kindermannhubert commented 4 years ago

Properties and indexers now can be disasmed. image image image and so on.. Following suggestion display texts are now available:

I have also added unit tests for Roslyn based stuff which I've came across.

Hopefully you will like it!

EgorBo commented 4 years ago

Wow! Let me test it first but thank you so much for contribution 🙂

EgorBo commented 1 year ago

Totally forgot about this contribution sadly and now a lot of code changed so it's not possible to incorporate 😞