-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.IO.Pipelines source code comments to Docs #2304
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 please take a look whenever you get a chance. |
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 documenting these, @carlossanlop. There were some additional members that didn't have triple-slash comments in the source; could you add the documentation for them as well? (My comments include the documentation to be added.)
Thank you very much for adding the missing returns value. Co-Authored-By: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
Nice catch. Thank you for the correction. Co-Authored-By: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
Co-Authored-By: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
The build error message says it "failed to load files". Is there anything I should do from my side? |
Nope @carlossanlop. A deployment happened today that it might be impacting this. I'll check. |
Thank you @mairaw for catching that close tag. Not sure how it disappeared. I probably removed it by accident manually, I don't think it was the tool's fault. |
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.
This looks good, @carlossanlop. I'll approve now and merge when the build completes successfully.
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 couple of suggestions since the build has some warnings
Suggestions from anurse and mairaw. Co-Authored-By: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
Summary
Porting the source code comments I found in System.IO.Pipelines to Docs.
Fixes #Issue_Number (if available)