Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make feature parity of Tuple and ValueTuple #72

Open
dzmitry-lahoda opened this issue Jan 22, 2019 · 1 comment
Open

Make feature parity of Tuple and ValueTuple #72

dzmitry-lahoda opened this issue Jan 22, 2019 · 1 comment
Assignees
Labels
documentation enhancement New feature or request
Milestone

Comments

@dzmitry-lahoda
Copy link
Contributor

dzmitry-lahoda commented Jan 22, 2019

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.

@dadhi
Copy link
Owner

dadhi commented Mar 3, 2025

Still makes sense!

@dadhi dadhi self-assigned this Mar 3, 2025
@dadhi dadhi added enhancement New feature or request documentation labels Mar 3, 2025
@dadhi dadhi added this to the v6.1.0 milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants