autofac / Autofac.Extras.DynamicProxy

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

Constructor on type 'xxxProxy' not found #43

Closed 835718973 closed 1 year ago

835718973 commented 3 years ago

When I use Autofac.Extras.DynamicProxy in my wpf project,some aop can't not work with Constructor on type 'xxxProxy' not found. image it appears on the wpf progrem has startup.if i resolve the service when I just build the autofaccontainer,it can also works right.so it does very curious。

image

tillig commented 3 years ago

Can you provide a simple reproduction so we can see it happen? By simple, I mean ideally a small unit test - no assembly loading, no building lists of registrations in interesting and custom ways, etc. The absolute least amount of code to make the issue occur.

tillig commented 1 year ago

Given there's no reproduction here, I'm going to close this issue. If there is something we can do to help, let us know.