From 797bdd82e4d3e73ac22fdf1b04ea00519b329562 Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 27 Apr 2020 13:12:13 -0500 Subject: [PATCH 1/3] Replace legacy Code Gallery link with new Samples browser --- xml/System.Threading.Tasks/Parallel.xml | 2 +- xml/System.Threading.Tasks/Task.xml | 2 +- xml/System.Threading.Tasks/TaskCreationOptions.xml | 2 +- xml/System.Threading.Tasks/TaskFactory.xml | 8 ++++---- xml/System.Threading.Tasks/Task`1.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xml/System.Threading.Tasks/Parallel.xml b/xml/System.Threading.Tasks/Parallel.xml index ba3dc80b15b..eb41a9981a4 100644 --- a/xml/System.Threading.Tasks/Parallel.xml +++ b/xml/System.Threading.Tasks/Parallel.xml @@ -49,7 +49,7 @@ All public and protected members of are thread-safe and may be used concurrently from multiple threads. Data Parallelism (Task Parallel Library) - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml index c7f1cfe4c29..be705f330fb 100644 --- a/xml/System.Threading.Tasks/Task.xml +++ b/xml/System.Threading.Tasks/Task.xml @@ -165,7 +165,7 @@ Task Parallel Library (TPL) Task-based Asynchronous Programming - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/TaskCreationOptions.xml b/xml/System.Threading.Tasks/TaskCreationOptions.xml index 104cbb2c2ae..93a140352f1 100644 --- a/xml/System.Threading.Tasks/TaskCreationOptions.xml +++ b/xml/System.Threading.Tasks/TaskCreationOptions.xml @@ -66,7 +66,7 @@ ]]> - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/TaskFactory.xml b/xml/System.Threading.Tasks/TaskFactory.xml index 13e0839bc7e..ebbc6d4c88c 100644 --- a/xml/System.Threading.Tasks/TaskFactory.xml +++ b/xml/System.Threading.Tasks/TaskFactory.xml @@ -83,7 +83,7 @@ All public and protected members of are thread-safe and may be used concurrently from multiple threads. Task Parallel Library (TPL) - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard @@ -456,7 +456,7 @@ Creates a continuation task that starts when a set of specified tasks has completed. - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard @@ -1586,7 +1586,7 @@ The NotOn\* and OnlyOn\* , Task Parallel Library (TPL) Chaining Tasks by Using Continuation Tasks Task Cancellation - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard @@ -4458,7 +4458,7 @@ The NotOn\* and OnlyOn\* , ]]> - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/Task`1.xml b/xml/System.Threading.Tasks/Task`1.xml index 2698a046954..3ef785f1641 100644 --- a/xml/System.Threading.Tasks/Task`1.xml +++ b/xml/System.Threading.Tasks/Task`1.xml @@ -82,7 +82,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL) Task-based Asynchronous Programming - Samples for Parallel Programming with the .NET Framework + Samples for Parallel Programming with the .NET Core & .NET Standard From e52452e21451802b1443b4f5b3f498d4edcf70e0 Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 28 Apr 2020 08:19:11 -0500 Subject: [PATCH 2/3] Corrected link, using aka.ms to encapsulate query string. --- xml/System.Threading.Tasks/Parallel.xml | 2 +- xml/System.Threading.Tasks/Task.xml | 2 +- xml/System.Threading.Tasks/TaskCreationOptions.xml | 2 +- xml/System.Threading.Tasks/TaskFactory.xml | 8 ++++---- xml/System.Threading.Tasks/Task`1.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xml/System.Threading.Tasks/Parallel.xml b/xml/System.Threading.Tasks/Parallel.xml index eb41a9981a4..945dce8201d 100644 --- a/xml/System.Threading.Tasks/Parallel.xml +++ b/xml/System.Threading.Tasks/Parallel.xml @@ -49,7 +49,7 @@ All public and protected members of are thread-safe and may be used concurrently from multiple threads. Data Parallelism (Task Parallel Library) - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml index be705f330fb..a43f2e70ea1 100644 --- a/xml/System.Threading.Tasks/Task.xml +++ b/xml/System.Threading.Tasks/Task.xml @@ -165,7 +165,7 @@ Task Parallel Library (TPL) Task-based Asynchronous Programming - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/TaskCreationOptions.xml b/xml/System.Threading.Tasks/TaskCreationOptions.xml index 93a140352f1..98b3da9cd8d 100644 --- a/xml/System.Threading.Tasks/TaskCreationOptions.xml +++ b/xml/System.Threading.Tasks/TaskCreationOptions.xml @@ -66,7 +66,7 @@ ]]> - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/TaskFactory.xml b/xml/System.Threading.Tasks/TaskFactory.xml index ebbc6d4c88c..f5ee679df4b 100644 --- a/xml/System.Threading.Tasks/TaskFactory.xml +++ b/xml/System.Threading.Tasks/TaskFactory.xml @@ -83,7 +83,7 @@ All public and protected members of are thread-safe and may be used concurrently from multiple threads. Task Parallel Library (TPL) - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard @@ -456,7 +456,7 @@ Creates a continuation task that starts when a set of specified tasks has completed. - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard @@ -1586,7 +1586,7 @@ The NotOn\* and OnlyOn\* , Task Parallel Library (TPL) Chaining Tasks by Using Continuation Tasks Task Cancellation - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard @@ -4458,7 +4458,7 @@ The NotOn\* and OnlyOn\* , ]]> - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard diff --git a/xml/System.Threading.Tasks/Task`1.xml b/xml/System.Threading.Tasks/Task`1.xml index 3ef785f1641..412b0cb4c65 100644 --- a/xml/System.Threading.Tasks/Task`1.xml +++ b/xml/System.Threading.Tasks/Task`1.xml @@ -82,7 +82,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL) Task-based Asynchronous Programming - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core & .NET Standard From 2b122601cf97ac1fa3ebc8c07544a7b012f09302 Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 28 Apr 2020 09:29:06 -0500 Subject: [PATCH 3/3] Fix & usage --- xml/System.Threading.Tasks/Parallel.xml | 2 +- xml/System.Threading.Tasks/Task.xml | 2 +- xml/System.Threading.Tasks/TaskCreationOptions.xml | 2 +- xml/System.Threading.Tasks/TaskFactory.xml | 8 ++++---- xml/System.Threading.Tasks/Task`1.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xml/System.Threading.Tasks/Parallel.xml b/xml/System.Threading.Tasks/Parallel.xml index 945dce8201d..4f82e8d1af0 100644 --- a/xml/System.Threading.Tasks/Parallel.xml +++ b/xml/System.Threading.Tasks/Parallel.xml @@ -49,7 +49,7 @@ All public and protected members of are thread-safe and may be used concurrently from multiple threads. Data Parallelism (Task Parallel Library) - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml index a43f2e70ea1..fc2830211c9 100644 --- a/xml/System.Threading.Tasks/Task.xml +++ b/xml/System.Threading.Tasks/Task.xml @@ -165,7 +165,7 @@ Task Parallel Library (TPL) Task-based Asynchronous Programming - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard diff --git a/xml/System.Threading.Tasks/TaskCreationOptions.xml b/xml/System.Threading.Tasks/TaskCreationOptions.xml index 98b3da9cd8d..15b43b97806 100644 --- a/xml/System.Threading.Tasks/TaskCreationOptions.xml +++ b/xml/System.Threading.Tasks/TaskCreationOptions.xml @@ -66,7 +66,7 @@ ]]> - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard diff --git a/xml/System.Threading.Tasks/TaskFactory.xml b/xml/System.Threading.Tasks/TaskFactory.xml index f5ee679df4b..215de26c0db 100644 --- a/xml/System.Threading.Tasks/TaskFactory.xml +++ b/xml/System.Threading.Tasks/TaskFactory.xml @@ -83,7 +83,7 @@ All public and protected members of are thread-safe and may be used concurrently from multiple threads. Task Parallel Library (TPL) - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard @@ -456,7 +456,7 @@ Creates a continuation task that starts when a set of specified tasks has completed. - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard @@ -1586,7 +1586,7 @@ The NotOn\* and OnlyOn\* , Task Parallel Library (TPL) Chaining Tasks by Using Continuation Tasks Task Cancellation - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard @@ -4458,7 +4458,7 @@ The NotOn\* and OnlyOn\* , ]]> - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard diff --git a/xml/System.Threading.Tasks/Task`1.xml b/xml/System.Threading.Tasks/Task`1.xml index 412b0cb4c65..cbdfe29636f 100644 --- a/xml/System.Threading.Tasks/Task`1.xml +++ b/xml/System.Threading.Tasks/Task`1.xml @@ -82,7 +82,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL) Task-based Asynchronous Programming - Samples for Parallel Programming with the .NET Core & .NET Standard + Samples for Parallel Programming with the .NET Core and .NET Standard