Re: [Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-15 Thread Dan Liew
Hi Ludovic, On 15 October 2015 at 12:47, Ludovic Henry wrote: > Hi Dan, > > As I am currently working on the Process class, I am getting a look at your > bug. Thanks for taking a look :) > > Does setting StandardOutputEncoding = Console.OutputEncoding on the > ProcessStartInfo passed to Start

Re: [Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-15 Thread Ludovic Henry
least for bug compatibility). Thank you! :) Ludovic -- Forwarded message - From: Dan Liew Date: Fri, 9 Oct 2015, 14:40 Subject: [Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case To: Hi, This is an issue that I was bitten by a while

[Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-09 Thread Dan Liew
Hi, This is an issue that I was bitten by a while ago but I didn't post here because I managed to work around it but it looks like something inside mono changed between 3.12 and 4.0.4 which my broke my workaround. The issue basically is I observed my code failing when called from an NUnit test bu