Skip to content

Releases: nunit/nunit3-vs-adapter

NUnit 3.0 Test Adapter CTP 8

02 Dec 20:38
Compare
Choose a tag to compare
Pre-release

This release of the adapter is an update to use NUnit 3.0.1, which solves several issues in the previous adapter release.

NUnit 3.0 Test Adapter CTP 7b

17 Nov 06:11
Compare
Choose a tag to compare
Pre-release

This fixes inconsistent version numbers in the ctp 7 release.

NUnit 3.0 Test Adapter CTP 7

16 Nov 19:34
Compare
Choose a tag to compare
Pre-release

This update adds no new functionality but updates the adapter to use the newly released NUnit 3.0 through the NUnit.Engine nuget package. Further development of 3.0 adapter will continue to use this stable release of NUnit.

NUnit 3.0 Test Adapter CTP 6

11 Nov 02:59
Compare
Choose a tag to compare
Pre-release

This release works with NUnit RC2 and corrects a critical error in CTP 5.

NUnit 3.0 Test Adapter CTP 5

10 Nov 01:52
Compare
Choose a tag to compare
Pre-release

This release of the NUnit 3 VS Test Adapter uses the NUnit 3 RC 2 release. Tests to be run using this adapter should be upgraded to the RC 2 release.

NUnit 3.0 Test Adapter CTP 4

21 Jul 04:40
Compare
Choose a tag to compare
Pre-release

This release updates the tests to use the beta-3 version of the framework. However, due to some issues in the beta-3 build of the core engine, the beta-2 engine continues to be used to run tests.

Tests that were skipped due to an attribute on the fixture are now correctly displayed in the VS Test Window. Debugging is facilitated by limiting execution to a single thread when a debugger is attached.

NUnit 3.0 Test Adapter CTP 3

22 May 09:46
Compare
Choose a tag to compare
Pre-release

This releases fixes the locking issue (#29) in CTP-2.

The nuget package also is verified to work in this CTP.

NUnit 3.0 Test Adapter CTP 2

17 May 15:07
Compare
Choose a tag to compare
Pre-release

This release upgrades the adapter to use the beta-2 release of NUnit 3.0. Because of an API change, tests written against earlier alphas and betas can no longer be run without re-compiling.

The major change in this release is the use of NUnit's core engine. This centralizes all the functions of loading and running tests and makes the adapter much easier to maintain and extend.

Please note that the nuget package has not undergone full tests in this beta, the vsix works, so prefer that, but feel free to try the nuget package.

NUnit 3.0 Test Adapter CTP 1

06 Apr 23:09
Compare
Choose a tag to compare
Pre-release

This is the first release of the NUnit 3.0 Test Adapter for Visual Studio.