Skip to content

Commit 6da85a8

Browse files
authored
Couple more undoc APIs from .NET 9 (#10445)
* Fix File.AppendAllBytesAsync returns * Default construcvtor summary for DebuggerDisableUserUnhandledExceptionsAttribute
1 parent c57511a commit 6da85a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</AssemblyInfo>
6969
<Parameters />
7070
<Docs>
71-
<summary>To be added.</summary>
71+
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerDisableUserUnhandledExceptionsAttribute"/> class.</summary>
7272
<remarks>To be added.</remarks>
7373
</Docs>
7474
</Member>

xml/System.IO/File.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@
345345
<para>Asynchronously appends the specified byte array to the end of the file at the given path.</para>
346346
<para>If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state.</para>
347347
</summary>
348-
<returns>To be added.</returns>
349-
<remarks>A task that represents the asynchronous append operation.</remarks>
348+
<returns>A task that represents the asynchronous append operation.</returns>
349+
<remarks>To be added.</remarks>
350350
<exception cref="T:System.ArgumentNullException">
351351
<paramref name="path" /> is <see langword="null" />.</exception>
352352
<exception cref="T:System.ArgumentException">

0 commit comments

Comments
 (0)