DryIoc icon indicating copy to clipboard operation
DryIoc copied to clipboard

Optimize the Resolution expression creation as they used often

Open dadhi opened this issue 2 years ago • 1 comments

Specifically, it always used for the Lazy wrapper. Often used for multiple service registrations and context-based registrations.

dadhi avatar Jun 17 '22 08:06 dadhi

Another important usage is for the Compile Time output - so the shorter the expression, the more simple/concise C# output will be.

dadhi avatar Jun 20 '22 14:06 dadhi