jbevain / mono.reflection

Some useful reflection helpers, including an IL disassembler.
150 stars 50 forks source link

Do not map method overrides for interface method definitions #10

Closed eiriktsarpalis closed 8 years ago

eiriktsarpalis commented 8 years ago

Fixes a crash that commonly occurs when assembly defines interfaces that inherit other interfaces.

eiriktsarpalis commented 8 years ago

https://github.com/nessos/Vagabond/commit/b66cca893c25b6a3ae4db15b8b28980d55dbd444

jbevain commented 8 years ago

That makes sense, thanks! :bow: