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

C# 10 without classes harder to start playing with. #25

Open kant2002 opened 2 years ago

kant2002 commented 2 years ago

When create new application for .NET 6 it is missing Main method, and I have to create new method to find that Disasmo opens using autocomplete.