IoC Module Reuse #229
Replies: 2 comments 1 reply
-
https://github.com/canton7/Stylet/wiki/StyletIoC-Modules ? |
Beta Was this translation helpful? Give feedback.
-
That is cool. Do you think it would be possible to standardize these modules across the globe by having a Basically, the mapping might be very similar duty for all IoC containers. I am asking all this because you earlier stipulated that you are not keen on delivering a separate nuget package for a stand alone Stylet IoC. I have a configuration set up for a different infrastructure now with NInject and wish transfer and apply that config. DryIoC will offer this soon perhaps with the next feat release. Do you see a chance to fusion with others on any degree on this matter ? Thanks ! |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to reuse a pre-configured IoC module in Stylet's bootstrapper ?
protected override void ConfigureIoC(IStyletIoCBuilder builder);
NInject and DryIoc both maintains aspiration to keep configurations in a dedicated module, those modules facilitate unit testing as well.
NInject
DryIoC
dadhi/DryIoc#326
Beta Was this translation helpful? Give feedback.
All reactions