This commit is contained in:
Rob Prouse 2018-10-06 21:35:09 -04:00
Родитель bfb391e794
Коммит 34b85789d7
2 изменённых файлов: 19 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,13 @@
---
layout: post
title: "NUnit 3.11 Released"
date: 2018-10-06 12:00:00 -0000
categories: news update nunit
---
* More informative assertion messages
* PlatformAttribute is available on and now detects .NET Core
* ValuesAttribute now works with nullable types
* Async tests detecting and running Windows Forms or WPF message pumps rather than deadlocking
* Support for UWP 10.0 is back via .NET Standard 1.4
You may download NUnit 3.11 from [Github](https://github.com/nunit/nunit/releases). See the [release notes](https://github.com/nunit/docs/wiki/Framework-Release-Notes) for more information.

Просмотреть файл

@ -24,8 +24,8 @@ permalink: /download/
<th colspan="2">Latest NUnit 3 Releases</th>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/latest">NUnit 3.10.1</a></td>
<td class="text-right">March 12, 2018</td>
<td><a href="https://github.com/nunit/nunit/releases/latest">NUnit 3.11</a></td>
<td class="text-right">October 6, 2018</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/latest">NUnit Console 3.9</a></td>
@ -69,6 +69,10 @@ permalink: /download/
<tr>
<th colspan="2">NUnit 3</th>
</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>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/3.9">NUnit 3.9</a></td>
<td class="text-right">November 10, 2017</td>