Skip to content

C#: Use ProcessStartInfo built-in for correct escaping/quoting in the Dependency manager. - #22377

Draft
michaelnebel wants to merge 14 commits into
github:mainfrom
michaelnebel:csharp/dotnetquoting
Draft

C#: Use ProcessStartInfo built-in for correct escaping/quoting in the Dependency manager.#22377
michaelnebel wants to merge 14 commits into
github:mainfrom
michaelnebel:csharp/dotnetquoting

Conversation

@michaelnebel

Copy link
Copy Markdown
Contributor

No description provided.

}

public bool RunCommand(string args, string? workingDirectory, out IList<string> output, bool silent)
public bool RunCommand(List<string> args, string? workingDirectory, out IList<string> output, bool silent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants