[nant-dev] NAnt using wrong DLL - possible bug?

2006-10-30 Thread Paul Miles
Hello, I have a unit test which passes when using NUnit 2.2.6 directly (command line or GUI) but fails when running with Nant. I believe that I have found a bug where NAnt uses the a version of a DLL for a different framework version, but I want a second opinion before reporting a bug. The

Re: [nant-dev] NAnt using wrong DLL - possible bug?

2006-10-30 Thread Gert Driesen
Paul, The nunit2 task uses the NUnit API to run the tests. As a result, the unit tests are executed in the CLR that is hosting NAnt. I will soon add an nunit-console task that will run the nunit-console.exe that corresponds with the target framework. Gert -Original Message- From: