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

Adds delete operation for non-contained navigation properties only if explicitly allowed via annotation #484

Merged
merged 8 commits into from
Feb 1, 2024

Conversation

irvinesunday
Copy link
Contributor

Fixes #483

This PR:

  • Ensures delete operations for non-contained nav. props is generated only if DeleteRestrictions exists for this nav. prop and the Deletable property is set to true.
  • Updates test to validate the above.
  • Updates release note.
  • Minor documentation text fixes to the convert settings.

andrueastman
andrueastman previously approved these changes Feb 1, 2024
Copy link

sonarqubecloud bot commented Feb 1, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
96.4% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes!

@irvinesunday irvinesunday merged commit b5e8145 into master Feb 1, 2024
12 checks passed
@irvinesunday irvinesunday deleted the is/non-containment-deletability branch February 1, 2024 15:47
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.

Add delete operation for non-contained nav. props only if explicitly allowed via annotation
3 participants