unitycontainer / interception

Unity.Interception package
Apache License 2.0
22 stars 18 forks source link

Optimize ITypeInterceptionPolicy #9

Closed ENikS closed 6 years ago

ENikS commented 6 years ago

Interface is required in order to retrieve ITypeInterceptor but it is not required and could be changed to simple IUnityContainer. This will allow to move interception analysis into registration phase and will noticeable boost performance. The legacy way of calling this interface will be preserved via Extension method.