From bf33bd09effd1aa0491dc28b30bda4db51ece1e2 Mon Sep 17 00:00:00 2001 From: Tobias Johnson Date: Fri, 20 Mar 2020 16:16:58 -0400 Subject: [PATCH] Remove extra line break from remarks `WindowsServiceLifetimeHostBuilderExtensions` documentation contains an extra line break which is causing incorrect formatting on the generated HTML. --- .../WindowsServiceLifetimeHostBuilderExtensions.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml index f239931078c..fde057fe5de 100644 --- a/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml @@ -43,8 +43,7 @@ Sets the host lifetime to WindowsServiceLifetime, sets the Content Root, and enables logging to the event log with the application name as the default source name. The same instance of the for chaining. - This is context aware and will only activate if it detects the process is running - as a Windows Service. + This is context aware and will only activate if it detects the process is running as a Windows Service.