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

Crashes VS if network is not connected #31

Closed hez2010 closed 1 year ago

hez2010 commented 2 years ago

This line will crash VS if network is not connected:

https://github.com/EgorBo/Disasmo/blob/d0079ea73e07a9e89ce916d0613aaac76f70e0c4/src/Vsix/Utils/IntrinsicsSourcesService.cs#L57

EgorBo commented 1 year ago

Thanks! fixed