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

Disassembly does not work if AssemblyName != ProjectName #35

Closed rickbrew closed 1 year ago

rickbrew commented 1 year ago

There's a TODO in the code for this: https://github.com/EgorBo/Disasmo/blob/38e26cdb1496c3c3d4b196c2d5c0ffd7329f9a8a/src/Vsix/ViewModels/MainViewModel.cs#L169

This affects me with Paint.NET because all of the assembly names are prefixed with PaintDotNet, but the project names are not, e.g. Primitives.csproj / PaintDotNet.Primitives.dll

EgorBo commented 1 year ago

Fixed 🙂