You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: the Markdown CDATA content is incorrectly formatted in source files, moreover it is breaking the target publishing builds since the content inside those tags are being processed as XML tag instead of Markdown content.
Copy file name to clipboardExpand all lines: xml/System.IO/StringReader.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -735,8 +735,7 @@ This implementation of `Close` calls the <xref:System.IO.StringReader.Dispose%2A
735
735
<summary>Asynchronously reads all the characters from the input string starting at the current position and advances the current position to the end of the input string.</summary>
736
736
<returns>A task representing the asynchronous read operation. The value of the <paramrefname="TResult" /> parameter contains the total number of characters read into the buffer.</returns>
0 commit comments