Skip to content

Conversation

carlossanlop
Copy link
Contributor

Area owners @GrabYourPitchforks, @layomia, @tarekgh 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.

@carlossanlop carlossanlop self-assigned this Jul 8, 2019
@carlossanlop carlossanlop added 🏁 Release: .NET Core 3.0 :checkered_flag: Release: .NET Core 3.0 new-content Indicates PRs that contain new articles waiting-on-reviews Indicates PRs that cannot be merged because of the lack of reviews labels Jul 8, 2019
Documented "to be added" items, fixed links, added remarks
Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

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

I've fixed broken links, documented the remaining "to be added" items, and expanded the remarks for the two members. Let me know if anything needs to be changed, @carlossanlop @GrabYourPitchforks @tarekgh and @layomia.

@rpetrusha rpetrusha merged commit 4bdb45f into dotnet:master Jul 11, 2019
@carlossanlop carlossanlop deleted the clr_System.Text.Unicode branch July 11, 2019 19:42
@mairaw mairaw removed the waiting-on-reviews Indicates PRs that cannot be merged because of the lack of reviews label Aug 15, 2019
<param name="charsRead">When the method returns, the number of characters read from <paramref name="source" />.</param>
<param name="bytesWritten">When the method returns, the number of characters written to <paramref name="destination" />.</param>
<param name="replaceInvalidSequences"><see langword="true" /> to replace invalid UTF-16 sequences in <paramref name="source" /> with U+FFFD; <see langword="false" /> to return <see cref="F:System.Buffers.OperationStatus.InvalidData" /> if invalid characters are found in <paramref name="source" />.</param>
<param name="isFinalBlock"><see langword="true" /> if the method should not return <see cref="F:System.Buffers.OperationStatus.InvalidData" />; otherwise, <see langword="false" />.</param>
Copy link
Contributor

Choose a reason for hiding this comment

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

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