-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add missing property descriptions for System.Type #3481
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
Update fork from base
Thanks @MSDN-WhiteKnight. @carlossanlop do you know who owns this? |
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.
A few comments...
I can't apply suggestions via GitHub web interface (it errors with cryptic message like "diff already changed", probably related to large size of Type.xml), so i applied them manually. |
A week ago I merged this PR which added some missing documentation in Type.xml APIs. @MSDN-WhiteKnight can you please rebase your branch to master to ensure your change is not modifying APIs that had already been documented? |
Oh and also:
Yes, your hypothesis was correct, and manually applying suggestions was the correct thing to do. Type.xml is one of the few files in this repo that can't be modified directly in GitHub because they are too large. Other files with this problem as String.xml and Convert.xml. |
Rebased branch against the latest master and cleaned up commit history. Everything should be up to date now. |
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.
Thanks for making this change, @MSDN-WhiteKnight . I'll merge it.
Summary
Add missing property descriptions for System.Type