Replies: 1 comment
-
@NN--- Thanks for asking. At the moment DryIoc uses the T4 as you already know. Ultimately, this is the biggest difference.
Speaking of the compile-time DI in general, I think that it is not enough alone for the real-world scenarios, e.g. legacy systems, integrations with the third-party tools, plugging into the frameworks with the conforming APIs (like the MS.DI and ASP.NET Core). I think we need both the runtime and the compile-time capabilities and better both having the rich feature set. In the DryIoc, I am moving from the well-working runtime capabilities to the compile-time capabilities reusing as much as possible. I am open to any crazy ideas and help in this regard. |
Beta Was this translation helpful? Give feedback.
-
How DryIoc compile time is compared to StrongInject which uses Source Generator ?
Should DryIoc use Source Generator instead of T4 ?
Beta Was this translation helpful? Give feedback.
All reactions