Skip to content
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

Fix relative next link #933

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

m2307
Copy link

@m2307 m2307 commented May 6, 2024

The error occurs in Microsoft.OData.JsonLight.ODataJsonLightContextUriParser because it is unable to form an absolute uri using the @odata.context itself, or in combination with the BaseUri from its reader settings. Reusing the BaseUri from the ODataClientSettings for the ODataMessageReaderSettings resolves the issue.

The tests with this fix worked fine on the 6.0.1 version - but I'm having some trouble running the tests on the current master branch, even without any changes.

Fixes this issue:
#932

@m2307 m2307 marked this pull request as ready for review May 8, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant