Skip to content

Commit 4969d3e

Browse files
authored
Merge pull request nunit#1156 from nunit/adapterreleasenotes620
Added release notes for adapter version 6.2
2 parents bb3ec80 + a2eed46 commit 4969d3e

1 file changed

Lines changed: 87 additions & 0 deletions

File tree

docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,93 @@ uid: adapterreleasenotes
77

88
# Adapter Release Notes
99

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:
55+
56+
<table>
57+
<tr>
58+
<td><a href="https://github.com/bradford-fisher">Bradford Fisher</a></td>
59+
<td><a href="https://github.com/davidbarrowsatasos">David Barrows</a></td>
60+
<td><a href="https://github.com/julealgon">Juliano Leal Goncalves</a></td>
61+
<td><a href="https://github.com/Lexy2">Lexy</a></td>
62+
</tr>
63+
<tr>
64+
<td><a href="https://github.com/BrightLight">Markus Hastreiter</a></td>
65+
<td><a href="https://github.com/siegfriedpammer">Siegfried Pammer</a></td>
66+
<td><a href="https://github.com/starosta33">starosta33</a></td>
67+
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
68+
</tr>
69+
</table>
70+
71+
and to the commenters who engaged in discussions and offered further insights:
72+
73+
<table>
74+
<tr>
75+
<td><a href="https://github.com/andrewimcclement">andrewimcclement</a></td>
76+
<td><a href="https://github.com/bradford-fisher">Bradford Fisher</a></td>
77+
<td><a href="https://github.com/CharliePoole">CharliePoole</a></td>
78+
<td><a href="https://github.com/Youssef1313">Youssef Victor</a></td>
79+
</tr>
80+
<tr>
81+
<td><a href="https://github.com/ds-ms2soft">Dave Sweeton</a></td>
82+
<td><a href="https://github.com/davidbarrowsatasos">David Barrows</a></td>
83+
<td><a href="https://github.com/julealgon">Juliano Leal Goncalves</a></td>
84+
<td><a href="https://github.com/MaceWindu">MaceWindu</a></td>
85+
</tr>
86+
<tr>
87+
<td><a href="https://github.com/manfred-brands">Manfred Brands</a></td>
88+
<td><a href="https://github.com/siegfriedpammer">Siegfried Pammer</a></td>
89+
<td><a href="https://github.com/stevenaw">Steven Weerdenburg</a></td>
90+
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
91+
</tr>
92+
<tr>
93+
<td><a href="https://github.com/thomasdgx">thomasdgx</a></td>
94+
</tr>
95+
</table>
96+
1097
## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.1.0 - January 7, 2026
1198

1299
This is a bug-fix release that addresses a series of issues related to assembly loading.

0 commit comments

Comments
 (0)