Autofac.ServiceFabric icon indicating copy to clipboard operation
Autofac.ServiceFabric copied to clipboard

Dynamic Proxy breaks optional constructor arguments

Open wasabii opened this issue 7 years ago • 0 comments

I've got a service with a ctor arg with a default value of null. Autofac throws saying it can't find a service for this parameter. Which is correct, there isn't one. But it's optional.

I suspect it's the dynamic proxy. Probably not duplicating the default.

wasabii avatar Jun 05 '18 09:06 wasabii