autofac / Autofac.Extras.DynamicProxy

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

Unskipping test; v6 fixed the property injection issue #41

Closed alistairjevans closed 3 years ago

alistairjevans commented 3 years ago

The fix in Autofac for https://github.com/autofac/Autofac/issues/1204 fixes #40; this PR just unskips the test.

@alexmg, noticed you are working on shipping this package; might be worth merging this in before the tag.

alexmg commented 3 years ago

Thanks @alistairjevans. I noticed this solution could benefit from some additional changes before release.