-
Notifications
You must be signed in to change notification settings - Fork 23
Fix the issue #32: Annotation TopSupported should be a Tag, not a Record #33
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
Conversation
|
@xuzhg Update the public api baseline. At the same time consider whether this could be a breaking change... |
src/Microsoft.OData.ModelBuilder/Vocabularies/VocabularyTermConfigurationExtensions.tt
Outdated
Show resolved
Hide resolved
| return new EdmBooleanConstant(_<#= camelName #> ?? true); | ||
| <#+ | ||
| } | ||
| else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Do we know these other "elses" and are we sure of them being nullable?
src/Microsoft.OData.ModelBuilder/Vocabularies/VocabularyTermConfigurationExtensions.tt
Outdated
Show resolved
Hide resolved
Add 'Location' property to allow setting the serialization location
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
From public API, it could be a public API change. But, for the functionality, it's a fix for our mistakes. |
g2mula
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐑
|
|
||
| string TermName { public virtual get; } | ||
|
|
||
| public Microsoft.OData.ModelBuilder.Capabilities.V1.AnnotationValuesInQuerySupportedConfiguration HasDynamicProperty (string name, object value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xuzhg -- Removing HasDynamicProperty will be a breaking change. Can we keep them but mark as obsolete, and remove in next major version?
Add 'Location' property to allow setting the serialization location
Issues
This pull request fixes issue #32
Description
Briefly describe the changes of this pull request.
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.