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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
This change fixes the formatting of the `<remarks>` field of the xmldoc for CloudBlobClient.GetRootContainerReference. It appears fine when reading the source code, but on docs.microsoft.com, the second line appears indented. I think this may be because of the newline in this block.
This newline in this block has been removed. There are other LOC in this file that are around or above the character count per line, if keeping a consistent ruler is an issue.
Chris-Johnston
added a commit
to Chris-Johnston/azure-storage-net
that referenced
this issue
Oct 4, 2019
This change fixes the formatting of the `<remarks>` field of the xmldoc for CloudBlobClient.GetRootContainerReference. It appears fine when reading the source code, but on docs.microsoft.com, the second line appears indented. I think this may be because of the newline in this block.
This newline in this block has been removed. There are other LOC in this file that are around or above the character count per line, if keeping a consistent ruler is an issue.
azure-storage-net/Lib/Common/Blob/CloudBlobClient.Common.cs
Lines 190 to 191 in bbb7da6
The formatting of the Remarks field for this method appears to be incorrectly formatted, as seen in the docs. Maybe the xmldoc comments don't like the newline? I haven't seen this issue before myself.
The text was updated successfully, but these errors were encountered: