DryIoc icon indicating copy to clipboard operation
DryIoc copied to clipboard

Make feature parity of Tuple and ValueTuple

Open dzmitry-lahoda opened this issue 6 years ago • 1 comments

For:

 wrappers = wrappers.AddOrUpdate(typeof(Tuple<,>),
new ExpressionFactory(GetMetaExpressionOrDefault, setup: Setup.WrapperWith(0)));

For:

 wrappers = wrappers.AddOrUpdate(typeof(ValueTuple<,>),
new ExpressionFactory(GetMetaExpressionOrDefault, setup: Setup.WrapperWith(0)));

I guess this could make registration of meta even more fancier.

dzmitry-lahoda avatar Jan 22 '19 08:01 dzmitry-lahoda

Still makes sense!

dadhi avatar Mar 03 '25 21:03 dadhi