Closed pajama closed 6 years ago
This is expected, because by default validation does not instantiate any dependencies, including those dependencies that are injected into installers. Typically the way we recommend getting around this is to mark some classes with the [ZenjectAllowDuringValidation]
attribute as described here
@svermeulen makes sense. Thanks for clarifying!