Skip to content

Conversation

@carlossanlop
Copy link
Contributor

Found a new batch of System.IO triple slash comments that can be ported. Also manually added a few others.

@carlossanlop
Copy link
Contributor Author

@JeremyKuhne can you please double check the comments I added are correct?
@mairaw @rpetrusha for language review.

@mairaw mairaw added this to the July 2019 milestone Jul 1, 2019
@mairaw mairaw added 🏁 Release: .NET Core 3.0 :checkered_flag: Release: .NET Core 3.0 new-content Indicates PRs that contain new articles labels Jul 1, 2019
Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

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

My review comments so far. Need to continue the review starting at FileSystemName.xml.

Copy link
Member

@JeremyKuhne JeremyKuhne left a comment

Choose a reason for hiding this comment

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

Some initial feedback on technical correctness.

@carlossanlop carlossanlop requested a review from mairaw July 9, 2019 23:33
@carlossanlop carlossanlop added the changes-addressed Indicates PRs that had all comments addressed and are awaiting for new review label Jul 9, 2019
@mairaw
Copy link
Contributor

mairaw commented Jul 24, 2019

I'll start re-reviewing this one now but the build report has a couple of broken links for this PR. Do you want to take a look @carlossanlop?

<param name="expression">The expression to match with.</param>
<param name="name">The name to check against the expression.</param>
<param name="ignoreCase"><see langword="true" /> to ignore case (default), <see langword="false" /> if the match should be case-sensitive.</param>
<summary>Verifies if the given expression matches the given name. Supports the following wildcards: '*' and '?'. The backslash character '\' escapes.</summary>
Copy link
Contributor

Choose a reason for hiding this comment

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

The \ character is not rendering on docs. I'll need to check with the eng team about this. Probably escaping would fix it for docs but could break IntelliSense.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Could we use its html entity?
https://www.freeformatter.com/html-entities.html

&#92;

Copy link
Contributor

Choose a reason for hiding this comment

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

We can try. Should we merge this and figure out on a separate PR how to fix this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay sure, let's get it merged. I can address it separately.

@mairaw mairaw added waiting-on-feedback Indicates PRs that are waiting for feedback from SMEs before they can be merged and removed changes-addressed Indicates PRs that had all comments addressed and are awaiting for new review labels Jul 24, 2019
@mairaw
Copy link
Contributor

mairaw commented Jul 24, 2019

@carlossanlop @JeremyKuhne do you want to review the changes I made?

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

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

LGTM after some edits

@carlossanlop
Copy link
Contributor Author

I reviewed your commits, thank you for making those changes. They look good.

@carlossanlop carlossanlop added verify-build-before-merge and removed waiting-on-feedback Indicates PRs that are waiting for feedback from SMEs before they can be merged labels Jul 26, 2019
@rpetrusha
Copy link

I've fixed the broken crefs, so this should be ready to merge when the build completes.

@rpetrusha rpetrusha merged commit 68db478 into dotnet:master Jul 31, 2019
@carlossanlop carlossanlop deleted the System.IO branch September 22, 2020 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏁 Release: .NET Core 3.0 :checkered_flag: Release: .NET Core 3.0 new-content Indicates PRs that contain new articles

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants