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

Consider adding EditorBrowsableState attribute to XML serialization properties #1205

Closed
glopesdev opened this issue Dec 26, 2022 · 0 comments · Fixed by #1451
Closed

Consider adding EditorBrowsableState attribute to XML serialization properties #1205

glopesdev opened this issue Dec 26, 2022 · 0 comments · Fixed by #1451
Labels
proposal Request for a new feature
Milestone

Comments

@glopesdev
Copy link
Member

In cases where XML serialization does not correctly emit code for serializing a property to/from XML, we have provided extra serialization properties of type string exclusively to provide the relevant conversions (original property is then marked with XmlIgnore attribute).

These properties are really not meant to be used as part of the public API, so it may be useful to mark them with the EditorBrowsableState.Never attribute so they do not show up in code completion or public API docs.

@glopesdev glopesdev added the proposal Request for a new feature label Dec 26, 2022
@glopesdev glopesdev added this to the 2.8 milestone Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant