1
Vote

Enable instrumentation without RegisterType

description

<p>I started using interception to monitor performance and the policy configuration is very elegant.</p> <p>However, it is not too practical to do a registertype on every class that needs to be instrumented. Ideally I would really like to enable the instrumentation on Resolve and on injection.</p>

comments