-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.Net.WebSockets triple slash comments to Docs #2319
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
@mairaw @rpetrusha please take a look whenever you get a chance. Adding the area owners @davidsh, @wfurt, @karelz in case they have any additional comments or suggestions. The comments were added without modifications. The only thing I changed was the formatting for reserved keywords. |
Suggestions provided by davidsh and karelz. Co-Authored-By: carlossanlop <[email protected]>
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 @carlossanlop. I have some suggestions.
Suggestions by mairaw Co-Authored-By: carlossanlop <[email protected]>
Suggestions applied! Thanks @mairaw. |
If we're making more editorial changes to this structure, ValueWebSocketReceiveResult, we should make sure we make the same editorial changes to the class version of it, WebSocketReceiveResult. |
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.
Looks good now @carlossanlop. I'll wait until build finishes successfully to merge this.
Summary
Automatically ported some triple slash source code comments found in System.Net.WebSockets that were not found in dotnet-api-docs.
Fixes #Issue_Number (if available)