Weaver
Weaver copied to clipboard
Value of type 'MainDependencyContainer' has no member 'moduleFactory'
After update from 1.0.7 -> 1.0.8 we got errors when compile.
Looks like naming fail:
Hi @bimawa,
Thanks for reporting this. Can you provide a sample of code which produces the failure?
Theo.
It's a piece of a big project. I'll reproduce on the Temp project later.
@bimawa Let me know if you have more information surrounding this issue.
Even without a temp project, it would be helpful to see the declaration rules of the class defining this moduleFactory
class.
We've recently fixed a bug with references to injected properties down the tree. This fix was applied in release 1.1.0
, but I'm not sure if it addresses your bug here, or if this is a different issue that still needs to be fixed.