Skip to content

Conversation

@carlossanlop
Copy link
Contributor

New batch.

@carlossanlop carlossanlop added new-content Indicates PRs that contain new articles waiting-on-reviews Indicates PRs that cannot be merged because of the lack of reviews 🏁 Release: .NET Core 3.0 :checkered_flag: Release: .NET Core 3.0 labels Jul 31, 2019
@carlossanlop carlossanlop added this to the July 2019 milestone Jul 31, 2019
@carlossanlop carlossanlop self-assigned this Jul 31, 2019
@mairaw mairaw modified the milestones: July 2019, August 2019 Jul 31, 2019
@carlossanlop
Copy link
Contributor Author

@rpetrusha @jozkee I addressed all the comments and I added a few missing values and params in two additional commits.
Can you please review my two last commits please?

@carlossanlop carlossanlop added changes-addressed Indicates PRs that had all comments addressed and are awaiting for new review and removed waiting-on-reviews Indicates PRs that cannot be merged because of the lack of reviews labels Aug 1, 2019
@carlossanlop carlossanlop requested review from mairaw and removed request for adityamandaleeka August 1, 2019 19:07
Copy link
Member

@jozkee jozkee left a comment

Choose a reason for hiding this comment

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

Left some comments.

Copy link
Member

@jozkee jozkee left a comment

Choose a reason for hiding this comment

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

Left some comments.

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 made changes directly in the document, @carlossanlop, so please review them. In addition to reviewing content from this PR, I've also tried to disambiguate overloads.

@rpetrusha rpetrusha added verify-build-before-merge and removed changes-addressed Indicates PRs that had all comments addressed and are awaiting for new review labels Aug 1, 2019
@carlossanlop
Copy link
Contributor Author

Thanks @rpetrusha, your last commit looks good and the build passed. I think it's ready to merge.

@mairaw
Copy link
Contributor

mairaw commented Aug 2, 2019

There are some broken links in the build report. I’ll fix it soon when I connect to my laptop.

<returns>
<see langword="true" /> if the entire UTF-8 encoded token value can be successfully parsed to a <see cref="T:System.DateTimeOffset" /> value; otherwise, <see langword="false" />.</returns>
<summary>Tries to parse the current JSON token value from the source as a <see cref="T:System.DateTimeOffset" /> and returns a value that indicates whether the operation succeeded.</summary>
<returns><see langword="true" /> if the entire UTF-8 encoded token value can be successfully parsed to a <see cref="T:System.DateTimeOffset" /> value; otherwise, <see langword="false" />.</returns>
Copy link
Contributor

@mairaw mairaw Aug 2, 2019

Choose a reason for hiding this comment

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

I think next time I run CI, it'll break the line again. I think when the value starts with a tag, it automatically will break the line. If you're not doing this manually, then it's fine.

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. I've made some minor changes including fixing the broken links. Left some minor comments as well. Please take a look.

## Remarks
If the look-up text is invalid or incomplete UTF-16 text (for example, it has unpaired surrogates), the method returns `false`,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: since the remarks are the same for all three overloads, we could move this to a remarks inside a MemberGroup tag.

<param name="value">If the method succeeds, contains the decoded binary representation of the base 64 text.</param>
<summary>Tries to parse the current JSON token value from the source and decodes the base 64 encoded JSON string as a byte array.</summary>
<returns><see langword="true" /> if the entire token value is encoded as valid base 64 text and can be successfully decoded to bytes; <see langword="false" /> otherwise.</returns>
<param name="value">When this method returns, contains the decoded binary representation of the base 64 text.</param>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it base 64 or base64 text? @rpetrusha do you know? searching seems to bring it together more often.

<returns>To be added.</returns>
<remarks>To be added.</remarks>
<param name="utf8Text">The UTF-8 encoded text to compare against.</param>
<summary>Compares the UTF-8 encoded text to the unescaped JSON token value in the source and returns a value that indicates whether they match.</summary>
Copy link
Contributor

Choose a reason for hiding this comment

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

Two overloads have the same description. Wanna try to distinguish them?

@rpetrusha
Copy link

Thanks for the additional comments, @mairaw. I've incorporated them. The builds look good, so I'm going to merge this PR, @carlossanlop.

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