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 support for optional parameters for operations #195

Merged
merged 5 commits into from
Mar 11, 2022

Conversation

irvinesunday
Copy link
Contributor

Fixes #105

  • IEdmOperationParameters that have the annotation Org.OData.Core.V1.OptionalParameter implement IEdmOptionalParameter and can be marked as in: query and have their required property set to false.
  • Adds test to validate the above.

@irvinesunday irvinesunday requested a review from baywet March 10, 2022 13:03
@irvinesunday irvinesunday self-assigned this Mar 10, 2022
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 support for optional parameters for operations
2 participants