unitycontainer / interception

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

Remove SetInterceptorXX methods #12

Open ENikS opened 6 years ago

ENikS commented 6 years ago

Due to the change in how types are created late interceptor additions no longer supported.

Unity makes all decisions about how to create object during registration. These methods do not register types but merely add indicator policies to already registered types and no longer work as expected.