Elizabeth Okerio
Elizabeth Okerio
### Issues *This pull request fixes #xxx.* Key Alias support in ODL Here's an example for Key alias: ```C SHARP "Category": { "$Kind": "EntityType", "$Key": [ { "EntityInfoID": "Info/ID" }...
### Issues *This pull request fixes issue #xxx.* ### Description Getting rid of the IContainerBuilder interface in ODL and using Microsoft.Extensions.Dependency.Injection package to register the default OData servicies. This will...
### Issues ### Description This pull request is a sub of this big PR #2656. We have broken the big PR into 3PRs - deserialization/serialization/ApiHandlers to hasten the review. This...
### 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 *This pull request fixes #xxx.* ### Description *Briefly describe the changes of this pull request.* ### Checklist (Uncheck if it is not completed) - [ ] *Test cases...
### Issues *This pull request fixes #2482 .* ### Description *Briefly describe the changes of this pull request.* ### Checklist (Uncheck if it is not completed) - [ ] *Test...
Merge delta logic with regular logic; requires common base between ODataWriter and ODataDeltaWriter.
*Short summary (3-5 sentences) describing the issue.* ### Assemblies affected *Which assemblies and versions are known to be affected e.g. OData WebApi lib 6.1.0 ### Reproduce steps *The simplest set...
*Short summary (3-5 sentences) describing the issue.* ### Assemblies affected *Which assemblies and versions are known to be affected e.g. OData WebApi lib 6.1.0 ### Reproduce steps *The simplest set...
Fixes https://github.com/OData/AspNetCoreOData/issues/1035 In this fix https://github.com/OData/AspNetCoreOData/pull/993 we added a fix to remove duplicate joins from the generated sql. This involved making updates to the Instance property of the expression to...