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
ODataUriParser.ParseUri should let setting NavigationTarget(AddNavigationTarget) optional for non-containment navigation property
Basically, the below code in http://odata.github.io/odata.net/#02-03-define-entity-relations should be optional
_customerSet.AddNavigationTarget(_friendsProperty, _customerSet);
The text was updated successfully, but these errors were encountered:
Allowing non-containment navigation property to not required to have …
ca96de0
…navigation target OData#273
Related issue: #295
Sorry, something went wrong.
Hi @sabyabr This issue has been fixed in 74969d9. Please see the following test case for reference: https://github.com/OData/odata.net/blob/master/test/FunctionalTests/Tests/DataOData/Tests/OData.TDD.Tests/Writer/JsonLight/ODataJsonLightFeedWriterTests.cs
No branches or pull requests
ODataUriParser.ParseUri should let setting NavigationTarget(AddNavigationTarget) optional for non-containment navigation property
Basically, the below code in http://odata.github.io/odata.net/#02-03-define-entity-relations should be optional
_customerSet.AddNavigationTarget(_friendsProperty, _customerSet);
The text was updated successfully, but these errors were encountered: