Hi, in v12, the ServiceCtor was deprecated for very good reasons and normal DI should be used.
This is no problem with MapFrom using IValueResolver implementations.
However, without the ServiceCtor on the ResolutionContext there is now no way to do DI in Condition callbacks.
Is there any way to get DI into conditions that I'm not seeing right now?
Thanks