You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[System] Fix process creation when UseShellExecute is set to false.
This fixes the behavior of process spawning when UseShellExecute is
set to true.
The right behavior is to return no process only when we used the system
launcher. So, spawning /bin/cat should behave in the same way independent
of how UseShellExecute is set.
[PCL]: Add new `System.Runtime.InteropServices.WindowsRuntime' APIs a…
…nd Facade Assembly.
This is a squashed cherry-pick of commits 37af8b7, 7d23865, 1908e1d and d0d5f5a, which
fixes problems with the MS Rx NuGet package.
Bump ikvm again to only pick-up my single commit.
I created a new 'mono-master' branch in ivkm-fork, which is based
at the previous ikvm commit, then cherry-picked my single commit.
Apparently, there are API changes in IVKM which prevent it from
being applied cleanly.