From 665649b2aabe488a57eca1c1a04b78591c8160f8 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 15 May 2025 10:54:32 -0600 Subject: [PATCH 1/2] Fix description of ProcessStartInfo.Environment The docs incorrectly stated that the value of this property was null. It is never null and cannot be changed. --- xml/System.Diagnostics/ProcessStartInfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Diagnostics/ProcessStartInfo.xml b/xml/System.Diagnostics/ProcessStartInfo.xml index 48ab5aeb0a3..6daa85fa9de 100644 --- a/xml/System.Diagnostics/ProcessStartInfo.xml +++ b/xml/System.Diagnostics/ProcessStartInfo.xml @@ -649,7 +649,7 @@ If you use this property to set command-line arguments, Gets the environment variables that apply to this process and its child processes. - A generic dictionary containing the environment variables that apply to this process and its child processes. The default is . + A generic dictionary containing the environment variables that apply to this process and its child processes. Date: Thu, 15 May 2025 10:56:39 -0600 Subject: [PATCH 2/2] Update ProcessStartInfo.xml --- xml/System.Diagnostics/ProcessStartInfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Diagnostics/ProcessStartInfo.xml b/xml/System.Diagnostics/ProcessStartInfo.xml index 6daa85fa9de..c33986684c7 100644 --- a/xml/System.Diagnostics/ProcessStartInfo.xml +++ b/xml/System.Diagnostics/ProcessStartInfo.xml @@ -732,7 +732,7 @@ If you use this property to set command-line arguments, Gets search paths for files, directories for temporary files, application-specific options, and other similar information. - A string dictionary that provides environment variables that apply to this process and child processes. The default is . + A string dictionary that provides environment variables that apply to this process and child processes.