-
Notifications
You must be signed in to change notification settings - Fork 352
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
support reading relative context urls with bulk updates #2618
support reading relative context urls with bulk updates #2618
Conversation
d414fdc
to
c6de720
Compare
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightDeserializer.cs
Outdated
Show resolved
Hide resolved
.../FunctionalTests/Microsoft.OData.Core.Tests/JsonLight/ODataJsonLightContextUriParserTests.cs
Outdated
Show resolved
Hide resolved
e5624a2
to
ef02ee9
Compare
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightDeserializer.cs
Outdated
Show resolved
Hide resolved
.../FunctionalTests/Microsoft.OData.Core.Tests/JsonLight/ODataJsonLightContextUriParserTests.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs
Outdated
Show resolved
Hide resolved
.../FunctionalTests/Microsoft.OData.Core.Tests/JsonLight/ODataJsonLightContextUriParserTests.cs
Outdated
Show resolved
Hide resolved
.../FunctionalTests/Microsoft.OData.Core.Tests/JsonLight/ODataJsonLightContextUriParserTests.cs
Show resolved
Hide resolved
49df4ff
to
5119bca
Compare
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Issues
This PR adds support for reading payloads with relative context URLs. Currently we support
@context
with absolute URLS:EXA of a payload with a relative context URL that will be supported by these changes:
Description
Briefly describe the changes of this pull request.
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.