Hi All,
I just released another pre-alpha build of NUnit 3.0, with version 2.9.6
This release has framework builds for .NET 4.5, 4.0, 3.5 and 2.0,
Compact Framework 3.5 and 2.0 and Silverlight 5.0. A version of
nunit-console is included, along with the new test execution engine,
so you can use it to run tests. NUnitLite 2.9.6 is also included.
This is pre-production code, so I would not advise relying on it
exclusively for production work. However, since it's a test framework
and not part of your own code, there's no harm in using it in parallel
with a stable release of NUnit.
Release notes can be found at
http://nunit.org/index.php?p=releaseNotes&r=2.9.6
Docs are available on the website, but are incomplete. I'm working on
that. One big gap is that there's no page yet for the console runner.
Use the --help option to see a list of options and I think you should
be able to figure it out.
Charlie