NUnit V2 2.6.2

Milestone information

Project:
NUnit V2
Series:
trunk
Version:
2.6.2
Released:
 
Registrant:
Charlie Poole
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
17 Charlie Poole, 10 Simone Busoli
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
27 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon NUnit-2.6.2-samples.zip (md5) Samples 16,811
last downloaded 40 weeks ago
download icon NUnit-2.6.2-src.zip (md5) Source 12,777
last downloaded 24 hours ago
download icon NUnit-2.6.2-docs.zip (md5) Documentation 12,356
last downloaded 10 weeks ago
download icon NUnit-2.6.2-net-1.1.zip (md5) Binary zip 4,793
last downloaded 9 weeks ago
download icon NUnit-2.6.2.zip (md5) Binary zip 45,476
last downloaded 8 days ago
download icon NUnit-2.6.2-net-1.1.msi (md5) Windows installer 7,187
last downloaded 4 weeks ago
download icon NUnit-2.6.2.msi (md5) Windows installer 166,728
last downloaded 24 hours ago
Total downloads: 266,128

Release notes 

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

Changelog 

This release does not have a changelog.

0 blueprints and 27 bugs targeted

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