hazzik / DelegateDecompiler

A library which is able to decompile a delegate or a method body to its lambda representation
MIT License
526 stars 62 forks source link

Fixed exactness of virtual methods decompilation when calling base methods #138

Closed magicmoux closed 5 years ago

magicmoux commented 5 years ago

Hi @hazzik and all contributors,

First of all I wish you all a good vacation and end of year.

Otherwise, trying to find a solution for the #131 issue, I had to delve into the code and I incidentally found a simple way to solve the Complex Type Hierarchy of virtual methods I mentioned last summer. I, of course added, the corresponding unit tests to the solution.

I do not know if the solution will compile (depending on the current CI server version) but if working it would allow to release a new nuget package that would also solve some users' latest issues (like #137)

Thanks in advance for your consideration, Max.

hazzik commented 5 years ago

Thanks. I've finally got access to a windows machine. Sorry for the delay.

magicmoux commented 5 years ago

Hi @hazzik,

No problem for the delay, and thanks for the merge.

My best wishes for the new year. Max.