Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Fix #928 Fix formatting of GetRootContainerReference xmldoc remarks #941

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Chris-Johnston
Copy link

Fix #928

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.

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CloudBlobClient.GetRootContainerReference XmlDoc is not correctly formatted
1 participant