danielpalme / IocPerformance

Performance comparison of .NET IoC containers
https://danielpalme.github.io/IocPerformance
Apache License 2.0
881 stars 157 forks source link

Simple Injector interception extensions now use Castle Dynamic Proxy. #49

Closed dotnetjunkie closed 10 years ago

dotnetjunkie commented 10 years ago

Removed most of the code needed for doing interception with Simple Injector by making use of Castle Dynamic Proxy. Much cleaner this way.