unitycontainer / interception

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

Interceptor is registered for ToType instead of FromType #7

Closed ENikS closed 6 years ago

ENikS commented 6 years ago

Current implementation follows the suit with Unity and exhibits the same behavior as described here

It associates Intercept information with ToType and as result suffers from the same error. Subsequent registrations could affect previously registered unrelated types.