How to Container.RegisterInitializer<TService>(Action<TService>) to use Jot. #25
Unanswered
michalciolek
asked this question in
Q&A
Replies: 3 comments 1 reply
|
Yes, it is possible using some implementation of IFactory or generic IFactory. Please see this sample or this. |
0 replies
|
Yes, this is what I looking for. |
0 replies
|
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. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)All reactions