EgorBo / Disasmo

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

Fix of InvalidOperationException in VS when Ctrl+. is pressed. #10

Closed kindermannhubert closed 4 years ago

kindermannhubert commented 4 years ago

Solves issue #9.

Had debug VS with dnSpy - I found out that unknown category names were used from Disasmo. With advise from https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.language.intellisense.suggestedactionset.categoryname?view=visualstudiosdk-2019 I was able to fix it. Still don't understand how it is possible it worked for others.

EgorBo commented 4 years ago

Thank you so much! Testing now.