Hello,
using NUnit 2.6.2 in in Continua, we get an Error (see below). Ist there a way to use larger Enviroment variables than 65535 bytes?
ProcessModel: Default DomainUsage: Multiple
Execution Runtime: net-4.0
Unhandled Exception:
System.InvalidOperationException: The environment block used to start a process cannot be longer than 65535 bytes. Your environment block is 65550 bytes long. Remove some environment variables and try again.
at System.Diagnostics.EnvironmentBlock.ToByteArray(StringDictionary sd, Boolean unicode)
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at NUnit.Util.TestAgency.LaunchAgentProcess(RuntimeFramework targetRuntime)
at NUnit.Util.TestAgency.CreateRemoteAgent(RuntimeFramework framework, Int32 waitTime)
at NUnit.Util.TestAgency.GetAgent(RuntimeFramework framework, Int32 waitTime)
at NUnit.Util.ProcessRunner.Load(TestPackage package)
at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
at NUnit.ConsoleRunner.Runner.Main(String[] args)
Action ‘NUnit [${FilePatterns}]’ has failed due to an error.
NUnit executable terminated unexpectedly