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

Make CT_Person contact property "obsolete" with note for future removal. #912

Merged
merged 8 commits into from
Mar 26, 2021
Merged

Make CT_Person contact property "obsolete" with note for future removal. #912

merged 8 commits into from
Mar 26, 2021

Conversation

tomjebo
Copy link
Collaborator

@tomjebo tomjebo commented Mar 23, 2021

  • remove validation requirement for CT_Person contact attribute.

@tomjebo tomjebo changed the title make CT_Person contact attribute optional to avoid validation errors Make CT_Person contact property "obsolete" with note for future removal. Mar 25, 2021
@twsouthwick
Copy link
Member

Please update hte README with this change

Copy link
Member

@twsouthwick twsouthwick left a comment

Choose a reason for hiding this comment

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

Last thing, I promise :)

/// </summary>
[Obsolete("This property will not persist to the document and will be removed in a future version")]
[EditorBrowsable(EditorBrowsableState.Never)]
public StringValue? Contact;
Copy link
Member

Choose a reason for hiding this comment

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

This is a field - you want public StringValue? Contact {get; set;}

@tomjebo tomjebo merged commit c732c57 into dotnet:main Mar 26, 2021
@tomjebo tomjebo deleted the contactoption branch October 26, 2021 01:09
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.

None yet

2 participants