From f74cb18add96a091e78c2d4bcbc4d4640c08ebae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?=
<1175054+carlossanlop@users.noreply.github.com>
Date: Fri, 27 Sep 2024 10:11:07 -0700
Subject: [PATCH 1/2] Fix File.AppendAllBytesAsync returns
---
xml/System.IO/File.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml
index d6687e419a6..19f9f83dae4 100644
--- a/xml/System.IO/File.xml
+++ b/xml/System.IO/File.xml
@@ -345,8 +345,8 @@
Asynchronously appends the specified byte array to the end of the file at the given path.
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.
- To be added.
- A task that represents the asynchronous append operation.
+ A task that represents the asynchronous append operation.
+ To be added.
is .
From 7612dbc606f643cf11d04bf51ac3067a1680acf8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?=
<1175054+carlossanlop@users.noreply.github.com>
Date: Fri, 27 Sep 2024 10:26:56 -0700
Subject: [PATCH 2/2] Default construcvtor summary for
DebuggerDisableUserUnhandledExceptionsAttribute
---
.../DebuggerDisableUserUnhandledExceptionsAttribute.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml b/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
index 5f321f84b1d..e8d44af2bcd 100644
--- a/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
+++ b/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
@@ -68,7 +68,7 @@
- To be added.
+ Initializes a new instance of the class.
To be added.