Releases: nunit/nunit3-vs-adapter
NUnit 3.0 VS Adapter CTP 9
This release fixes some issues in the previous CTP. See the Release Notes at https://github.com/nunit/docs/wiki/Adapter-Release-Notes for details.
This is expected to be the final CTP before the production release.
NUnit 3.0 Test Adapter CTP 8
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
This fixes inconsistent version numbers in the ctp 7 release.
NUnit 3.0 Test Adapter CTP 7
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
This release works with NUnit RC2 and corrects a critical error in CTP 5.
NUnit 3.0 Test Adapter CTP 5
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
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
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
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
This is the first release of the NUnit 3.0 Test Adapter for Visual Studio.