Closed 835718973 closed 1 year 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.
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.
When I use Autofac.Extras.DynamicProxy in my wpf project,some aop can't not work with Constructor on type 'xxxProxy' not found. 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。