System.TypeLoadException: Abstract method with non-zero RVA.
aov-mx opened this issue · 3 comments
aov-mx commented
Hi,
I'm hitting this error when trying to load information about types in a mock assembly generated by Refasmer.
I suppose this might have something to do with the fact that Refasmer generates method body for interface methods.
Here's a sample project:
Try replacing the InterfaceLib.dll
with a mock (refasmer -m -w InterfaceLib.dll
) and it will crash 🙂
Could you please take a look into this issue?
Thanks!
zabbius commented
@A-Ovchinnikov-mx please try 1.0.20. I've fixed non-empty interface methods and special <Module>
type.
zabbius commented
Release 1.0.22
Fixed this bug and some additional.
Deleted user commented
Hi @zabbius ,
Thank you very much! The issue is resolved.