Conversation
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs
Outdated
Show resolved
Hide resolved
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs
Outdated
Show resolved
Hide resolved
|
@stephentoub looks good? |
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs
Outdated
Show resolved
Hide resolved
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs
Outdated
Show resolved
Hide resolved
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs
Show resolved
Hide resolved
|
@safern were you planning on finishing this one up? |
Yep, I will update it soon. |
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs
Show resolved
Hide resolved
ericstj
left a comment
There was a problem hiding this comment.
I found one duplicate remark, and it needs rebasing, but other than that it looks ok.
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs
Outdated
Show resolved
Hide resolved
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs
Show resolved
Hide resolved
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Bytes.cs
Outdated
Show resolved
Hide resolved
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs
Show resolved
Hide resolved
ahsonkhan
left a comment
There was a problem hiding this comment.
Some leftover feedback. It was difficult to review this because of the remarks/exception tags re-ordering so maybe something got missed, but it would be low risk :)
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs
Outdated
Show resolved
Hide resolved
4ea8e32 to
68ca05a
Compare
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs
Outdated
Show resolved
Hide resolved
src/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs
Outdated
Show resolved
Hide resolved
|
Merging as this doesn't affect tests. |
|
Thanks @safern |
|
Since these were updates to existing xml comments (and not on new APIs/missing docs), this will need manual fix up within the docs repo, based on @safern's changes/word-smithing here. cc @carlossanlop, @@rpetrusha, @mairaw |
* Fix Utf8JsonWriter xml docs * PR Feedback * PR Feedback * PR Feedback put back remarks for ROS/string overrides * Remove duplicate remarks * PR Feedback * PR Feedback, i.e. -> that is Commit migrated from dotnet/corefx@7b90f41
Fixes: https://github.com/dotnet/corefx/issues/38896
cc: @ahsonkhan @stephentoub @bartonjs