[Mono-dev] Changing the behavior of Process.Create

2014-03-04 Thread Rodrigo Kumpera
Hey Guys, I've been looking on how to fix those two bugs: https://bugzilla.xamarin.com/show_bug.cgi?id=17831 https://bugzilla.xamarin.com/show_bug.cgi?id=17820 And one option we're contemplating is to switch the behavior of Process.Create when launching managed assemblies to first try to use the

Re: [Mono-dev] Changing the behavior of Process.Create

2014-03-04 Thread Charlie Poole
Can I assume this only applies to Linux? In the past, when I used Process.Create from a Mono app on Windows, the secondary process ran under MS .NET. Consequently, in order to work on both platforms, NUnit actually runs mono again when it is already running under mono and launches its agent proces

Re: [Mono-dev] Changing the behavior of Process.Create

2014-03-05 Thread Rodrigo Kumpera
Yes, this should probably not change on windows due to .net. On Tue, Mar 4, 2014 at 3:12 PM, Charlie Poole wrote: > Can I assume this only applies to Linux? In the past, when I used > Process.Create > from a Mono app on Windows, the secondary process ran under MS .NET. > > Consequently, in or