You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,93 @@ uid: adapterreleasenotes
7
7
8
8
# Adapter Release Notes
9
9
10
+
## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.2.0 - March 21, 2026
11
+
12
+
There are 8 issues fixed in this release.
13
+
14
+
This is primarily a bug-fix release, with one new feature added.
15
+
16
+
The enhancement is the introduction of filtering for the --list-tests option in dotnet test. All three related issues
17
+
concern this feature. It has now been implemented and works for both standard runs and MTP runs.
18
+
19
+
### Enhancements
20
+
21
+
*[1426](https://github.com/nunit/nunit3-vs-adapter/issues/1426)[MTP] --list-tests does not respect --filter, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427)
22
+
*[1227](https://github.com/nunit/nunit3-vs-adapter/issues/1227) Listing the discovered tests doesn't respect the filter, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427)
23
+
*[438](https://github.com/nunit/nunit3-vs-adapter/issues/438) vstest.console's `--TestCaseFilter` is ignored when listing tests, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427)
24
+
25
+
### Bug fixes
26
+
27
+
*[1400](https://github.com/nunit/nunit3-vs-adapter/issues/1400) NUnit3TestAdapter 6.1.0 copies unwanted version of Microsoft.Extensions.DependencyModel.dll into output, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401)
28
+
*[1398](https://github.com/nunit/nunit3-vs-adapter/issues/1398) NUnit3TestAdapter >= 6.0.1 requires pinning Microsoft.Extensions.DependencyModel when using Microsoft.Testing.Extensions.CodeCoverage, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401)
29
+
*[1396](https://github.com/nunit/nunit3-vs-adapter/issues/1396) ReSharper test runner fails with NUnit3TestAdapter 6.0.1, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401)
30
+
*[1361](https://github.com/nunit/nunit3-vs-adapter/issues/1361)`dotnet test` using MTP with NUnit3TestAdapter cannot be cancelled on the CLI, fixed in [PR 1412](https://github.com/nunit/nunit3-vs-adapter/pull/1412)
31
+
32
+
### Refactorings
33
+
34
+
*[1386](https://github.com/nunit/nunit3-vs-adapter/issues/1386) Get rid of assembly refs, use package refs, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401)
35
+
36
+
### Internal fixes
37
+
38
+
None
39
+
40
+
### Deprecated features
41
+
42
+
None
43
+
44
+
### The following issues are marked as breaking changes
45
+
46
+
None
47
+
48
+
### Acknowledgements
49
+
50
+
We want to express our heartfelt gratitude to everyone who has contributed to this release
51
+
by reporting bugs, suggesting enhancements, and providing valuable feedback.
52
+
Your efforts help make NUnit better for the entire community.
53
+
54
+
A special thank you to the following reporters for identifying issues:
0 commit comments