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

Provide error in case of broken VS state #37

Closed kant2002 closed 1 year ago

kant2002 commented 1 year ago

I change TargetFramework to TargetFrameworks and VS as usually produce warnings For some reasons after that Active project become null. This is just to inform user that Visual Studio is broken. Maybe we can display yellow status bar like others, but I did ont know service which do that reporting.

EgorBo commented 1 year ago

Thanks!