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
Copy file name to clipboardExpand all lines: xml/System.Formats.Tar/TarReader.xml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,11 @@ More than one global extended attributes entry was found in the current <see cre
157
157
158
158
-or-
159
159
160
-
Two or more extended attributes entries were found consecutively in the current <seecref="F:System.Formats.Tar.TarEntryFormat.Pax" /> archive.</exception>
160
+
Two or more extended attributes entries were found consecutively in the current <seecref="F:System.Formats.Tar.TarEntryFormat.Pax" /> archive.
161
+
162
+
-or-
163
+
164
+
.NET 11 and later versions only: An entry's checksum is invalid.</exception>
161
165
<exceptioncref="T:System.IO.IOException">An I/O problem occurred.</exception>
162
166
</Docs>
163
167
</Member>
@@ -213,7 +217,11 @@ More than one Global Extended Attributes Entry was found in the current <see cre
213
217
214
218
-or-
215
219
216
-
Two or more Extended Attributes entries were found consecutively in the current <seecref="F:System.Formats.Tar.TarEntryFormat.Pax" /> archive.</exception>
220
+
Two or more Extended Attributes entries were found consecutively in the current <seecref="F:System.Formats.Tar.TarEntryFormat.Pax" /> archive.
221
+
222
+
-or-
223
+
224
+
.NET 11 and later versions only: An entry's checksum is invalid.</exception>
217
225
<exceptioncref="T:System.IO.IOException">An I/O problem occurred.</exception>
218
226
<exceptioncref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
0 commit comments