How to Container.RegisterInitializer<TService>(Action<TService>) to use Jot. #25
Replies: 3 comments 1 reply
-
Yes, it is possible using some implementation of IFactory or generic IFactory. Please see this sample or this. |
Beta Was this translation helpful? Give feedback.
-
Yes, this is what I looking for. |
Beta Was this translation helpful? Give feedback.
-
The "Include" filter works at compile time, but at run time you can perform additional filtering on already filtered types:
This will work quite efficiently if you reduce the number of types at compile time, type checking is fast. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to RegisterInitializer (like SimpleInjector) using PureDI. It is possible?
I need Integrate Jot with my DI: https://github.com/anakic/Jot#ioc-integration (call
tracker.Track()
on all Form instances after ctor)Beta Was this translation helpful? Give feedback.
All reactions