Weaver icon indicating copy to clipboard operation
Weaver copied to clipboard

Value of type 'MainDependencyContainer' has no member 'moduleFactory'

Open bimawa opened this issue 2 years ago • 3 comments

After update from 1.0.7 -> 1.0.8 we got errors when compile. Looks like naming fail: CleanShot 2022-05-19 at 09 37 16

bimawa avatar May 19 '22 04:05 bimawa

Hi @bimawa,

Thanks for reporting this. Can you provide a sample of code which produces the failure?

Theo.

trupin avatar May 19 '22 15:05 trupin

It's a piece of a big project. I'll reproduce on the Temp project later.

bimawa avatar May 20 '22 02:05 bimawa

@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.

StephaneMagne avatar Jun 15 '22 18:06 StephaneMagne