From 2604f94a4df186382ac1872fa3cb420fb612688f Mon Sep 17 00:00:00 2001 From: "Hesham A. Amin" Date: Sat, 15 Aug 2020 18:14:15 +1000 Subject: [PATCH 1/3] Fix description of returned Task. Fix description of returned Task from RunConsoleAsync. --- .../HostingHostBuilderExtensions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml index 3fe4a3070c2..8bc1258ebb4 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml @@ -212,7 +212,7 @@ The to configure. A that can be used to cancel the console. Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down. - A that only completes when the token is triggeredor shutdown is triggered. + A that only completes when the token is cancelled or shutdown is triggered. To be added. @@ -242,7 +242,7 @@ The delegate for configuring the . A that can be used to cancel the console. Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down. - A that only completes when the token is triggeredor shutdown is triggered. + A that only completes when the token is cancelled or shutdown is triggered. To be added. From b34183b0016b8f8f2046d7a4f578f64d196f8199 Mon Sep 17 00:00:00 2001 From: "Hesham A. Amin" Date: Sat, 5 Sep 2020 16:48:38 +1000 Subject: [PATCH 2/3] Update xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml replace token with console Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- .../HostingHostBuilderExtensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml index 8bc1258ebb4..1f1d91a7842 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml @@ -212,7 +212,7 @@ The to configure. A that can be used to cancel the console. Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down. - A that only completes when the token is cancelled or shutdown is triggered. + A that only completes when the console is cancelled or shutdown is triggered. To be added. From 119fb96336bef4867f05b8d046afeb198d1615db Mon Sep 17 00:00:00 2001 From: "Hesham A. Amin" Date: Sat, 5 Sep 2020 16:48:48 +1000 Subject: [PATCH 3/3] Update xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml replace token with console Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- .../HostingHostBuilderExtensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml index 1f1d91a7842..1b51fdf70e1 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml @@ -242,7 +242,7 @@ The delegate for configuring the . A that can be used to cancel the console. Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down. - A that only completes when the token is cancelled or shutdown is triggered. + A that only completes when the console is cancelled or shutdown is triggered. To be added.