We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OData Client seems to make V4 requests only. It would be great to allow it to make V4.01 requests, unless this will break existing logic.
A few specific areas in the code where V4 is hardcoded:
odata.net/src/Microsoft.OData.Client/DataServiceContext.cs
Line 3598 in 82eb2b2
odata.net/src/Microsoft.OData.Client/ALinq/ResourceBinder.cs
Line 1715 in 82eb2b2
odata.net/src/Microsoft.OData.Client/DataServiceRequest.cs
Line 198 in 82eb2b2
ODataClient 7.x
The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.
What would happen if there wasn't a bug.
What is actually happening.
Optional, details of the root cause if known. Delete this section if you have no additional details to add.
The text was updated successfully, but these errors were encountered:
odata.bind changed between 4.0 and 4.0.1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
OData Client seems to make V4 requests only. It would be great to allow it to make V4.01 requests, unless this will break existing logic.
A few specific areas in the code where V4 is hardcoded:
odata.net/src/Microsoft.OData.Client/DataServiceContext.cs
Line 3598 in 82eb2b2
odata.net/src/Microsoft.OData.Client/ALinq/ResourceBinder.cs
Line 1715 in 82eb2b2
odata.net/src/Microsoft.OData.Client/DataServiceRequest.cs
Line 198 in 82eb2b2
Assemblies affected
ODataClient 7.x
Reproduce steps
The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.
Expected result
What would happen if there wasn't a bug.
Actual result
What is actually happening.
Additional detail
Optional, details of the root cause if known. Delete this section if you have no additional details to add.
The text was updated successfully, but these errors were encountered: