tonerdo / pose

Replace any .NET method (including static and non-virtual) with a delegate
MIT License
1.07k stars 75 forks source link

'Shim' does not contain a definition for 'Original' and for 'Replacement' #48

Open dm-conti opened 5 years ago

dm-conti commented 5 years ago

Error CS1061 'Shim' does not contain a definition for 'Original' and no extension method 'Original' accepting a first argument of type 'Shim' could be found (are you missing a using directive or an assembly reference?)

image

Any suggestion ?