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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Lib/Common/Blob/CloudBlobClient.Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ public string DefaultDelimiter
/// Returns a reference to the root container.
/// </summary>
/// <returns>A <see cref="CloudBlobContainer"/> object.</returns>
/// <remarks>Note that the root container must be explicitly created, if it does not already exist, before
/// you can read from it or write to it.</remarks>
/// <remarks>Note that the root container must be explicitly created, if it does not already exist, before you can read from it or write to it.</remarks>
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Reviewed")]
public virtual CloudBlobContainer GetRootContainerReference()
{
Expand Down