Skip to content

ProxyFoo v0.2.2

Pre-release
Pre-release

Choose a tag to compare

@jdasilva jdasilva released this 27 Sep 20:14
· 16 commits to master since this release
  • Safe proxies test for method exists on duck proxies (or any real subject that supports it via IMethodExistsProxyMeta)
  • Safe proxies will be created for any type: any value type can be returned and concrete classes return null (can't proxy them, but you can always duck them to an interface then safe proxy the duck)
  • Fix threading issue for method exists