-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Labels
api-ready-for-reviewAPI is ready for review, it is NOT ready for implementationAPI is ready for review, it is NOT ready for implementationarea-System.Diagnostics.Process
Milestone
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
api-ready-for-reviewAPI is ready for review, it is NOT ready for implementationAPI is ready for review, it is NOT ready for implementationarea-System.Diagnostics.Process