SimpleInjector. How to resolve instances which has parameters that could be evaluated only in runtime
I have a lot of objects in my program that are created at runtime with at least 1 parameter. There are many nested classes where a new data is evaluated, which is necessary for next inner instances.