-
Notifications
You must be signed in to change notification settings - Fork 1.6k
coreclr: Automatic port of triple slash from System.IO #2724
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
f3269ee
to
7ac7fb6
Compare
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 @carlossanlop. Left some comments to be addressed. In some cases, I've suggested changes to make the APIs consistent with the docs for similar overloads already published.
Co-Authored-By: Maira Wenzel <mairaw@microsoft.com>
@rpetrusha added a couple missing returns. While Maira is gone, if you have a chance to take a look at this one, that would be great. |
I resolved the merge conflicts with the latest on master. |
5b84e4f
to
86d7412
Compare
@mairaw okay I made a mess before, but I think I fixed it. I was not using the Visual Studio merge tool correctly. I made sure to apply your suggestions and the commits you added yourself. Can you please take another look? |
The build passed. One final check before we merge, @mairaw @rpetrusha ? |
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.
LGTM. Made some minor changes that you might want to review.
Thanks for the additional changes, @mairaw. They look good. |
Area owners @JeremyKuhne and myself. Please make sure the descriptions are correct. After I check-in this PR, please feel free to start manually documenting the rest of the APIs that didn't have any triple slash comments that could be automatically ported.
Adding @mairaw @rpetrusha for language review.