Miista / pose

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

Fix code #2

Closed Miista closed 10 months ago

Miista commented 10 months ago

It is currently not possible to shim anything!

Miista commented 10 months ago

The last good commit seems to be 55fa71c93aa840a532f5d8cc47754fd4e15005dd. At least here I can shim something.

It seems that in later commits (closer to the tip of master) calls to get the shim and its replacement method has been left out.

Miista commented 10 months ago

All code should be fixed now. I got all shims to work again.

Now it's time for adding tests. This should cover #4