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

Allow usage inside VS2022 #27

Closed kant2002 closed 2 years ago

kant2002 commented 2 years ago

Honesly I cannot flly tests that on VS2022 since I have MissingMethodException on the DTE.ActiveSolutionProjects which is quite strange given MS compatibility story.

kant2002 commented 2 years ago

My bad. I should follow https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022 to fix all these small things.

EgorBo commented 2 years ago

Thanks, will test it locally!

EgorBo commented 2 years ago

unfortunately it brakes vs2019 so I'm going to revert it for now

kant2002 commented 2 years ago

Thats' fine. May you tell me what's broken and how it brokes VS2019 ? I would take a look one more time.