Kennedy Kang'ethe
Kennedy Kang'ethe
### Issues *This pull request fixes #xxx.* ### Description *Briefly describe the changes of this pull request.* ### Checklist (Uncheck if it is not completed) - [ ] *Test cases...
The main changes: - Wrap the required `AggregationBinder` properties in `QueryBinderContext` - Make the `AggregationBinder` implement `IAggregationBinder` - Inject `AggregationBinder` as an implementation of `IAggregationBinder` - Make `BindSelect` and `BindGroupBy`...
### Issues *This pull request fixes #1162 .* ### Description If we don't have an entity set path, the `OperationSegment` created doesn't have a `TargetEdmNavigationSource`. This cause the `TargetNavigationSource` in...
### Issues *This pull request fixes #xxx.* ### Description *Briefly describe the changes of this pull request.* ### Checklist (Uncheck if it is not completed) - [ ] *Test cases...
### Issues When deserializing a resource, we set the `Id` property in 2 ways: - Getting it over the wire from `@odata.id` - Computing it. e.g if we have a...