autofac / Autofac.Extras.DynamicProxy

Interceptor and decorator support for Autofac IoC via Castle DynamicProxy
MIT License
106 stars 33 forks source link

Property Injection tests and fix for interface interception middleware position #39

Closed alistairjevans closed 3 years ago

alistairjevans commented 3 years ago

Adds tests for the issue reported in https://github.com/autofac/Autofac/issues/758.

One skipped test for the failing circular dependency injection issue we know about.