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

Release of adapter 3.15.1 #71

Merged
merged 1 commit into from
Aug 30, 2019
Merged
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
10 changes: 10 additions & 0 deletions _posts/2018-08-30-NUnit3TestAdapter-3.15.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
NUnit3TestAdapter version 3.15.1 is released.

This is a hotfix release.
Vesion 3.15.0 introduced a prefilter to increase VS test performance. In a few cases, see [Issue 651](https://github.com/nunit/nunit3-vs-adapter/issues/651) which also contains links to the different cases, the tests was not run. One of the issues is also caused by an [NUnit Framework issue](https://github.com/nunit/nunit/issues/3356).

In this hotfix the prefilter is behind a feature flag, which by default is off. It can be turned on by setting a [PreFilter option in a runsettings](https://github.com/nunit/docs/wiki/Tips-And-Tricks#PreFilter) file.

See [the release notes](https://github.com/nunit/docs/wiki/Adapter-Release-Notes) for details on what has changed in 3.15.1
[Download NuGet package](https://www.nuget.org/packages/NUnit3TestAdapter/3.15.1)
[Download VSIX](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.NUnit3TestAdapter)