-
Notifications
You must be signed in to change notification settings - Fork 24
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
DOCSP-46310 EnumRepresentationConvention constructor update #448
DOCSP-46310 EnumRepresentationConvention constructor update #448
Conversation
✅ Deploy Preview for docs-csharp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
source/whats-new.txt
Outdated
- Adds a new ``ObjectSerializerAllowedTypesConvention`` convention pack that | ||
allows you to specify which types are allowed to be serialized and | ||
deserialized by the object serializer. To learn more about convention packs, | ||
see the :ref:`csharp-convention-packs` guide. |
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.
Note for reviewer: This section is already reviewed/approved in a separate PR (to be merged before this one)
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.
LGTM with a small thing!
source/whats-new.txt
Outdated
- Adds a new constructor for the ``EnumRepresentationConvention`` class that | ||
allows you use the ``topLevelOnly`` parameter to specify whether the | ||
convention applies to only enum properties or to all properties that include | ||
collections of enums, such as lists, arrays, and dictionaries. |
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.
Sentence feels like it runs a touch long so I cut the ending off (with the assumption that people reading this would understand what a collection is). Feel free to workshop.
- Adds a new constructor for the ``EnumRepresentationConvention`` class that | |
allows you use the ``topLevelOnly`` parameter to specify whether the | |
convention applies to only enum properties or to all properties that include | |
collections of enums, such as lists, arrays, and dictionaries. | |
- Adds a new constructor for the ``EnumRepresentationConvention`` class that | |
allows you use the ``topLevelOnly`` parameter to specify whether the | |
convention applies to only enum properties or to all properties that include | |
collections of enums. |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-46310
Staging Links
Self-Review Checklist