wliao008 / buffalo

an aspect oriented programming framework using mono cecil for the .NET platform
1 stars 0 forks source link

Around aspect is unboxing System.Void #9

Closed wliao008 closed 11 years ago

wliao008 commented 11 years ago

If the target method returns void, the modified calls attempt to unbox the return value, which is impossible. Need to fix this bug.