-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Provide overloads for IncrementalValue[s]Provider.Combine #78316
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
base: main
Are you sure you want to change the base?
Conversation
while combining more than 2 providers, the returning tuple is very confusing, chaining Left.Left.Left etc. this adds more compine overloads that returns a flat tuple
I'm using those as extensions methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an API change and needs to go through API review.
@StephaneDelcroix Can you write up an API suggestion on this? I'd be willing to try to shepherd it through (no promises of course). I do find teh |
Please see https://github.com/dotnet/roslyn/blob/main/docs/contributing/API%20Review%20Process.md for the api review process. |
src/Compilers/Core/Portable/SourceGeneration/Nodes/ValueSourceExtensions.cs
Outdated
Show resolved
Hide resolved
Moving to draft until there is an API review session for this. |
- fix tuple element names - add overload up to 7+rest providers
I have no idea what to do with the build errors... |
while combining more than 2 providers, the returning tuple is very confusing, chaining Left.Left.Left etc.
this adds more combine overloads that returns a flat tuple