Open
Description
Describe the functionality desired 🐞
With the .Sort() method being depreciated there are a couple of rare cases where applying a sort immediately is desired because the properties used in the comparison do not exist downstream.
example:
changeSet
.Sort(complexSortComparer) //Sorts on input data type
.DistinctValues(x => x.Name) //DistinctValues is transforming to Name data type
.Bind(out names); //List of names is sorted
Changing the call chain to use SortAndBind() is not possible in this scenario.
I had a conversation on Slack about this topic:
https://reactivex.slack.com/archives/C4LF8S19N/p1733511277945719
The steps the functionality will provide
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Considerations
SortAndBind
Metadata
Metadata
Assignees
Labels
No labels