@SuperJMN, is it what you asked when said about grouping like in DynamicData? Currently implemented only the static version, so in the tests you can see item.Name.Get(), but later there will be dynamic in that pull request.
One more thing. The pull request lacks of tests for a custom result selector, but under the hood the same path is used for ObservableGrouping<TKey, TElement> construction, so it works too.
@SuperJMN, is it what you asked when said about grouping like in DynamicData? Currently implemented only the static version, so in the tests you can see
item.Name.Get()
, but later there will be dynamic in that pull request.