Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
9 changes: 8 additions & 1 deletion xml/System.Formats.Tar/GnuTarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,16 @@ Even though the <xref:System.Formats.Tar.TarEntryFormat.Gnu> format is not POSIX
<Parameter Name="other" Type="System.Formats.Tar.TarEntry" />
</Parameters>
<Docs>
<param name="other">To be added.</param>
<param name="other">The <see cref="T:System.Formats.Tar.TarEntry" /> instance to convert to the GNU format.</param>
<summary>Initializes a new <see cref="T:System.Formats.Tar.GnuTarEntry" /> instance by converting the specified <paramref name="other" /> entry into the GNU format.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidOperationException">
<paramref name="other" /> is a <see cref="T:System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry" /> instance.

-or-

The entry type of <paramref name="other" /> is not supported in GNU.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down
9 changes: 8 additions & 1 deletion xml/System.Formats.Tar/PaxTarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@
<Parameter Name="other" Type="System.Formats.Tar.TarEntry" />
</Parameters>
<Docs>
<param name="other">To be added.</param>
<param name="other">The <see cref="T:System.Formats.Tar.TarEntry" /> instance to convert to the PAX format.</param>
<summary>Initializes a new <see cref="T:System.Formats.Tar.PaxTarEntry" /> instance by converting the specified <paramref name="other" /> entry into the PAX format.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidOperationException">
<paramref name="other" /> is a <see cref="T:System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry" /> instance.

-or-

The entry type of <paramref name="other" /> is not supported in PAX.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Formats.Tar/TarReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The <xref:System.Formats.Tar.TarEntry.DataStream> property of any entry can be r
<Parameters />
<Docs>
<summary>Asynchronously disposes the current <see cref="T:System.Formats.Tar.TarReader" /> instance, and disposes the streams of all the entries that were read from the archive.</summary>
<returns>To be added.</returns>
<returns>A value task that represents the asynchronous dispose operation.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
4 changes: 2 additions & 2 deletions xml/System.Formats.Tar/TarWriter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ The recommended format is <xref:System.Formats.Tar.TarEntryFormat.Pax> for its f
<Parameters />
<Docs>
<summary>Asynchronously disposes the current <see cref="T:System.Formats.Tar.TarWriter" /> instance, and closes the archive stream if the <c>leaveOpen</c> argument was set to <see langword="false" /> in the constructor.</summary>
<returns>To be added.</returns>
<returns>A value task that represents the asynchronous dispose operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -292,7 +292,7 @@ These are the entry types supported for writing on each format:
<param name="entry">The tar entry to write.</param>
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
<summary>Asynchronously writes the specified entry into the archive stream.</summary>
<returns>To be added.</returns>
<returns>A task that represents the asynchronous write operation.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
9 changes: 8 additions & 1 deletion xml/System.Formats.Tar/UstarTarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@
<Parameter Name="other" Type="System.Formats.Tar.TarEntry" />
</Parameters>
<Docs>
<param name="other">To be added.</param>
<param name="other">The <see cref="T:System.Formats.Tar.TarEntry" /> instance to convert to the Ustar format.</param>
<summary>Initializes a new <see cref="T:System.Formats.Tar.UstarTarEntry" /> instance by converting the specified <paramref name="other" /> entry into the Ustar format.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidOperationException">
<paramref name="other" /> is a <see cref="T:System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry" /> instance.

-or-

The entry type of <paramref name="other" /> is not supported in Ustar.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down
9 changes: 8 additions & 1 deletion xml/System.Formats.Tar/V7TarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@
<Parameter Name="other" Type="System.Formats.Tar.TarEntry" />
</Parameters>
<Docs>
<param name="other">To be added.</param>
<param name="other">The <see cref="T:System.Formats.Tar.TarEntry" /> instance to convert to the V7 format.</param>
<summary>Initializes a new <see cref="T:System.Formats.Tar.V7TarEntry" /> instance by converting the specified <paramref name="other" /> entry into the V7 format.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidOperationException">
<paramref name="other" /> is a <see cref="T:System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry" /> instance.

-or-

The entry type of <paramref name="other" /> is not supported in V7.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down