Hi All,

See below for the release notes. The main deal is support for async
test methods.

You can download it from http://launchpad.net/nunitv2 or
http://nunit.org. I'll have it up on nuget tomorrow.

Charlie

NUnit 2.6.2 - Version 2.6.2.12296 - October 22, 2012

General

* Tests may now be loaded and run from a shared directory specified as
a UNC path.
* Tests may now be run under .NET 4.5.
* When running under a debugger, any nunit-agent process launched will
break and allow the option to continue debugging the agent process as
well.
* J# and old-style managed C++ samples have been removed. F# samples
are now included. Code samples are no longer included in the standard
installs but are available as a separate download. All samples now use
VS2010 projects.

Development

* The source code now includes solutions for VS2010 and VS2012. The
VS2008 solution has been removed.
* The NAnt build now uses NAnt 0.92.
* NSubstitute has been upgraded to version 1.4.3.

Framework

* When running under .NET 4.5, async test methods are now supported.
For test cases returning a value, the method must return Task<T>,
where T is the type of the returned value. For single tests and test
cases not returning a value, the method may return either void or
Task.
* The Platform attribute has been upgraded to recognize .NET 4.5,
MaxOsX and XBox.
* TestCaseSource may now specify a class that implements without
specifying the name of a method.

Console

* New options /basepath and /privatebinpath allow specifying the
ApplicationBase and probing path on the command line.

Bug Fixes

* 1029785 Test loaded from remote folder failed to run with exception
System.IODirectory Not Found
* 1029941 Missing basepath and privatebinpath arguments in nunit-console
* 1033537 Spurious behaviour using keyboard menu key
* 1034242 Update VS Solution to VS2010
* 1036699 Documentation is missing info about the /test command line option
* 1037130 Update NSubstitute to 1.4.3
* 1041365 Add MaxOsX and Xbox support to platform attribute
* 1042385 Convert all sample projects to VS2010
* 1043641 New text output tab doesn't display anything until NUnit is
closed and re-opened
* 1047272 TestContext.CurrentContext.Result throws NullReferenceException
* 1048920 Attach debugger to nunit-agent automatically
* 1052298 Allow TestCaseSource to be an instance of IEnumerable
* 1053727 Project Editor Unhandled Exception when setting ApplicationBase
* 1055701 Upgrade NAnt to 0.92
* 1057911 Trap incorrect input for nunit-console.exe options
* 1057912 Clarify /runlist help message for nunit-console.exe
* 1057913 Unhandled exception for /trace option in nunit-console.exe
* 1057981 C#5 async tests are not supported
* 1060482 Documentation: Minor Typo
* 1061956 Recognize .NET 4.5 when it is running
* 1061957 Packaging problems
* 1064014 Simple async tests should not return Task
* 1064100 Void testcase with expected result should be non-runnable
* 1066386 Improve support for C# async void tests
* 1066393 Unable to display source for testcases with an alternate name set
* 1069499 Exception thrown when trying to load an assembly not built for .NET
* 1069569 Remove samples from base NUnit distribution

-- 
You received this message because you are subscribed to the Google Groups 
"Seattle area Alt.Net" group.
To post to this group, send email to altnetseattle@googlegroups.com.
To unsubscribe from this group, send email to 
altnetseattle+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/altnetseattle?hl=en.

Reply via email to