Skip to content

Allow ProcessStartInfo and Process.Start arguments to be null #124093

@campersau

Description

@campersau

The arguments in ProcessStartInfo / Process.Start are currently not allowed to be null but it is ok if they are null.
E.g.

public ProcessStartInfo(string fileName, string arguments)

public static Process Start(string fileName, string arguments)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions