Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify that ProcessStartInfo.UseShellExecute does not mean bash (#436)
* Clarify that ProcessStartInfo.UseShellExecute does not mean bash The property name is very confusing on unix-like platforms. Anyone familiar with unix-like platforms will probably assume it means /bin/bash or /bin/sh. Clarify that it does not mean that shell and that it refers to the conecpt of shell on Windows, which is closer in meaning to "desktop". For an example of this tripping up users, see: dotnet/core#1857. For more on the cross-platform inconsistencies of UseShellExecute, see https://github.com/dotnet/corefx/issues/24704 * Update ProcessStartInfo.xml
- Loading branch information