Hey @jasonbock@RocksFramework kinda sad to see we're duplicating efforts here... I have an extensible Roslyn-based proxy (w/dynamicproxy fallback) already working and ready to ship when .net5 hits stable next week (see github.com/kzu/avatar). Wanna join efforts? coming to moq5
In other words, my issue is that the decorator registration API doesn't have a reference to the target of decoration in the registration time. Only in runtime. What is incompatible with the DynamicProxy API.
Castle Core 4.4.0 released with DynamicProxy improvements for async interceptors and delegate proxies, and more. Thanks to contributors especially @stakkxx. Check out the changelog: github.com/castleproject/Cor…