~anuraj.p/nunitv2/GUIFindTest

« back to all changes in this revision

Viewing changes to doc/releaseNotes.html

  • Committer: Charlie Poole
  • Date: 2012-10-22 23:30:35 UTC
  • Revision ID: charlie@nunit.org-20121022233035-n06n3cwy20izp8z2
Update documentation for 2.6.2 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
dt { font-weight: bold }
44
44
--></style>
45
45
 
 
46
<h3>NUnit 2.6.2 - Version 2.6.2.12296 - October 22, 2012</h3>
 
47
 
 
48
<h4>General</h4>
 
49
 
 
50
<ul>
 
51
<li>Tests may now be loaded and run from a shared directory specified as a UNC path.
 
52
<li>Tests may now be run under .NET 4.5.
 
53
<li>When running under a debugger, any nunit-agent process launched will break and allow the option to continue debugging the agent process as well.
 
54
<li>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.
 
55
</ul>
 
56
 
 
57
<h4>Development</h4>
 
58
<ul>
 
59
<li>The source code now includes solutions for VS2010 and VS2012. The VS2008 solution has been removed.
 
60
<li>The NAnt build now uses NAnt 0.92.
 
61
<li>NSubstitute has been upgraded to version 1.4.3.
 
62
</ul>
 
63
 
 
64
<h4>Framework</h4>
 
65
<ul>
 
66
<li>When running under .NET 4.5, <b>async</b> test methods are now supported. For test cases returning a value, the method must return <b>Task&lt;T&gt;</b>, where <b>T</b> is the type of the returned value. For single tests and test cases not returning a value, the method may return either <b>void</b> or <b>Task</b>.
 
67
<li>The <b>Platform</b> attribute has been upgraded to recognize .NET 4.5, MaxOsX and XBox.
 
68
<li><b>TestCaseSource</b> may now specify a class that implements <IEnumerable> without specifying the name of a method.
 
69
</ul>
 
70
 
 
71
<h4>Console</h4>
 
72
<ul>
 
73
<li>New options <b>/basepath</b> and <b>/privatebinpath</b> allow specifying the ApplicationBase and probing path on the command line.
 
74
</ul>
 
75
 
 
76
<h4>Bug Fixes</h4>
 
77
 
 
78
<ul>
 
79
<li>1029785     Test loaded from remote folder failed to run with exception System.IODirectory Not Found
 
80
<li>1029941     Missing basepath and privatebinpath arguments in nunit-console
 
81
<li>1033537     Spurious behaviour using keyboard menu key
 
82
<li>1034242     Update VS Solution to VS2010
 
83
<li>1036699     Documentation is missing info about the /test command line option
 
84
<li>1037130     Update NSubstitute to 1.4.3
 
85
<li>1041365     Add MaxOsX and Xbox support to platform attribute
 
86
<li>1042385     Convert all sample projects to VS2010
 
87
<li>1043641     New text output tab doesn't display anything until NUnit is closed and re-opened
 
88
<li>1047272     TestContext.CurrentContext.Result throws NullReferenceException
 
89
<li>1048920     Attach debugger to nunit-agent automatically
 
90
<li>1052298     Allow TestCaseSource to be an instance of IEnumerable
 
91
<li>1053727     Project Editor Unhandled Exception when setting ApplicationBase
 
92
<li>1055701     Upgrade NAnt to 0.92
 
93
<li>1057911     Trap incorrect input for nunit-console.exe options
 
94
<li>1057912     Clarify /runlist help message for nunit-console.exe
 
95
<li>1057913     Unhandled exception for /trace option in nunit-console.exe
 
96
<li>1057981     C#5 async tests are not supported
 
97
<li>1060482     Documentation: Minor Typo
 
98
<li>1061956     Recognize .NET 4.5 when it is running
 
99
<li>1061957     Packaging problems
 
100
<li>1064014     Simple async tests should not return Task<T>
 
101
<li>1064100     Void testcase with expected result should be non-runnable
 
102
<li>1066386     Improve support for C# async void tests
 
103
<li>1066393     Unable to display source for testcases with an alternate name set
 
104
<li>1069499     Exception thrown when trying to load an assembly not built for .NET
 
105
<li>1069569     Remove samples from base NUnit distribution
 
106
</ul>
 
107
 
 
108
<style><!--
 
109
li { padding-bottom: .5em; }
 
110
ul ul li { padding-bottom: 0; }
 
111
dt { font-weight: bold }
 
112
--></style>
 
113
 
46
114
<h3>NUnit 2.6.1 Final Release - Version 2.6.1.12217 - August 4, 2012</h3>
47
115
 
48
116
<h4>General</h4>
368
436
<!-- Submenu -->
369
437
<div id="subnav">
370
438
<ul>
371
 
<li><a href="index.html">NUnit 2.6.1</a></li>
 
439
<li><a href="index.html">NUnit 2.6.2</a></li>
372
440
<ul>
373
441
<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
374
442
<li><a href="writingTests.html">Writing&nbsp;Tests</a></li>
385
453
<ul>
386
454
<li><a href="vsTestAdapterLicense.html">License</a></li>
387
455
</ul>
388
 
<li><a href="&r=2.6.1.html"></a></li>
389
 
<li><a href="&r=2.6.1.html"></a></li>
 
456
<li><a href="&r=2.6.2.html"></a></li>
 
457
<li><a href="&r=2.6.2.html"></a></li>
390
458
</ul>
391
459
</div>
392
460
<!-- End of Submenu -->