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

net5.0 support #15

Closed andrew-boyarshin closed 4 years ago

andrew-boyarshin commented 4 years ago

https://github.com/EgorBo/Disasmo/blob/093e938bc4777e828ff6cbd515f6a99e202475ad/src/Vsix/ViewModels/MainViewModel.cs#L266 is obsolete with a new net5.0 TargetFramework and prevents Disasmo from working.

EgorBo commented 4 years ago

thanks, fixed