Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUnit 3.12 release #67

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _posts/2019-05-15-nunit-3.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: "NUnit 3.12 Released"
date: 2019-05-15 12:00:00 -0000
categories: news update nunit
---
This release of NUnit finally drops support for .NET 2.0. If your application still targets .NET 2.0, your tests will need to target at least .NET 3.5. Microsoft ended support for .NET 2.0 on July 12, 2011. Microsoft recommends that everyone migrate to at least .NET Framework 3.5 SP1 for security and performance fixes.

This release dramatically improves NUnit support for async tests including returning ValueTask and custom tasks from tests, improved handling of SynchronizationContexts and better exception handling.

The .NET Standard 2.0 version of NUnit continues to gain more functionality that is found in the .NET 4.5 version of the framework like setting the ApartmentState and enabling Timeout on tests.

You may download NUnit 3.12 from [Github](https://github.com/nunit/nunit/releases). See the [release notes](https://github.com/nunit/docs/wiki/Release-Notes) for more information.
8 changes: 6 additions & 2 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h3>Download Types</h3>
<th colspan="2">Latest NUnit 3 Releases</th>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/latest">NUnit 3.11</a></td>
<td class="text-right">October 6, 2018</td>
<td><a href="https://github.com/nunit/nunit/releases/latest">NUnit 3.12</a></td>
<td class="text-right">May 15, 2019</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/latest">NUnit Console 3.10</a></td>
Expand Down Expand Up @@ -73,6 +73,10 @@ <h2><a role="button" data-toggle="collapse" data-target="#olderReleases" href="#
<tr>
<th colspan="2">NUnit 3</th>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/tag/v3.11">NUnit 3.11</a></td>
<td class="text-right">October 6, 2018</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/tag/v3.10.1">NUnit 3.10.1</a></td>
<td class="text-right">March 12, 2018</td>
Expand Down