From 8c34f15f86f09647917c9d55d798e41c2464287c Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Tue, 3 Oct 2023 16:43:09 -0700
Subject: [PATCH 1/2] fix up op canceled exceptions
---
...redTaskAwaitable+ConfiguredTaskAwaiter.xml | 52 +++++++++----------
...dTaskAwaitable`1+ConfiguredTaskAwaiter.xml | 52 +++++++++----------
.../TaskAwaiter.xml | 22 ++++----
.../TaskAwaiter`1.xml | 22 ++++----
4 files changed, 74 insertions(+), 74 deletions(-)
diff --git a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
index 5bd758c3070..00fe5a6ae96 100644
--- a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
@@ -65,11 +65,11 @@
Provides an awaiter for an awaitable () object.
-
@@ -120,15 +120,15 @@
Ends the await on the completed task.
-
The awaiter was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a faulted state.
@@ -179,11 +179,11 @@
if the task being awaited is completed; otherwise, .
-
The awaiter was not properly initialized.
@@ -245,11 +245,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
@@ -312,11 +312,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
diff --git a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
index c800bee047d..2ef3219a3b4 100644
--- a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
@@ -75,11 +75,11 @@
Provides an awaiter for an awaitable object().
-
@@ -135,15 +135,15 @@
Ends the await on the completed task.
The result of the completed task.
-
The awaiter was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a faulted state.
@@ -194,11 +194,11 @@
if the task being awaited has been completed; otherwise, .
-
The awaiter was not properly initialized.
@@ -260,11 +260,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
@@ -327,11 +327,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
diff --git a/xml/System.Runtime.CompilerServices/TaskAwaiter.xml b/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
index 526c9598f6a..8e375b951de 100644
--- a/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
@@ -122,7 +122,7 @@ This type is intended for compiler use only.
Ends the wait for the completion of the asynchronous task.
To be added.
The object was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a state.
@@ -173,11 +173,11 @@ This type is intended for compiler use only.
if the task has completed; otherwise, .
-
The object was not properly initialized.
@@ -240,11 +240,11 @@ This type is intended for compiler use only.
The action to perform when the wait operation completes.
Sets the action to perform when the object stops waiting for the asynchronous task to complete.
-
diff --git a/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml b/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
index cfbcb6a8ee4..ba194a545b9 100644
--- a/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
+++ b/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
@@ -138,7 +138,7 @@ This type is intended for compiler use only.
The result of the completed task.
To be added.
The object was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a state.
@@ -189,11 +189,11 @@ This type is intended for compiler use only.
if the task has completed; otherwise, .
-
The object was not properly initialized.
@@ -256,11 +256,11 @@ This type is intended for compiler use only.
The action to perform when the wait operation completes.
Sets the action to perform when the object stops waiting for the asynchronous task to complete.
-
From 567e18c0c58302c0c24da3a02d795ca145bcb238 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Tue, 3 Oct 2023 17:05:40 -0700
Subject: [PATCH 2/2] fix namespace
---
.../ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml | 2 +-
.../ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml | 2 +-
xml/System.Runtime.CompilerServices/TaskAwaiter.xml | 2 +-
xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
index 00fe5a6ae96..556cc495e78 100644
--- a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
@@ -128,7 +128,7 @@
]]>
The awaiter was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a faulted state.
diff --git a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
index 2ef3219a3b4..12f0fad895e 100644
--- a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
@@ -143,7 +143,7 @@
]]>
The awaiter was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a faulted state.
diff --git a/xml/System.Runtime.CompilerServices/TaskAwaiter.xml b/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
index 8e375b951de..876326b4c42 100644
--- a/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
@@ -122,7 +122,7 @@ This type is intended for compiler use only.
Ends the wait for the completion of the asynchronous task.
To be added.
The object was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a state.
diff --git a/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml b/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
index ba194a545b9..a79a9908eb5 100644
--- a/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
+++ b/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
@@ -138,7 +138,7 @@ This type is intended for compiler use only.
The result of the completed task.
To be added.
The object was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a state.