nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00528
[Bug 571256] Re: NUnit 2.5.5 Console Runner Requires /framework flag to run with .NET 4
In the console runner, the framework was being initialized to the
current framework, which made it appear as if the user had specified
that framework on the command line. This was exclusively a console
error.
--
NUnit 2.5.5 Console Runner Requires /framework flag to run with .NET 4
https://bugs.launchpad.net/bugs/571256
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: Fix Committed
Bug description:
This is based on the following mail thread: http://groups.google.com/group/nunit-discuss/browse_thread/thread/9834bb6a9c641c2e
When running NUnit 2.5.5 on the command line, the /framework flag has to be given to run .NET 4 test assemblies, otherwise NUnit will run in the .NET 2 CLR.
References