-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-System.Diagnostics.ProcessuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
The arguments in ProcessStartInfo / Process.Start are currently not allowed to be null but it is ok if they are null.
E.g.
runtime/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessStartInfo.cs
Line 52 in 35b1dd2
| public ProcessStartInfo(string fileName, string arguments) |
runtime/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs
Line 1316 in 35b1dd2
| public static Process Start(string fileName, string arguments) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Diagnostics.ProcessuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner