DryIoc
DryIoc copied to clipboard
Optimize the Resolution expression creation as they used often
Specifically, it always used for the Lazy
wrapper.
Often used for multiple service registrations and context-based registrations.
Another important usage is for the Compile Time output - so the shorter the expression, the more simple/concise C# output will be.