Skip to content

Commit b4de808

Browse files
committed
Adapter version 6.0.0
1 parent aecb6c7 commit b4de808

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ uid: adapterreleasenotes
77

88
# Adapter Release Notes
99

10-
## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.0.0-beta.1 - October 19, 2025
10+
## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.0.0 - December 6, 2025
1111

1212
This version supports MTP version 2. Further the lowest .net version is .net 8.0, so netcore 3.1 is no longer supported.
1313

1414
See the migration guide for [MTP v1 to v2](https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-migration-from-v1-to-v2) for details on moving up to version 2.
1515

16-
There are 3 issues fixed in this release.
16+
There are 6 issues fixed in this release.
1717

1818
### Enhancements
1919

@@ -22,7 +22,10 @@ There are 3 issues fixed in this release.
2222

2323
### Bug fixes
2424

25+
* [1347](https://github.com/nunit/nunit3-vs-adapter/issues/1347) Test Cases With Strings That Contain Escaped Double-Quotes are Not Run.
2526
* [1334](https://github.com/nunit/nunit3-vs-adapter/issues/1334) Attempting to execute a native assembly crashes the runner. Thanks to NUnit Team member [Terje Sandstrom](https://github.com/OsirisTerje) for [PR 1333](https://github.com/nunit/nunit3-vs-adapter/pull/1333)
27+
* [1332](https://github.com/nunit/nunit3-vs-adapter/issues/1332) [MTP] OutOfMemoryException in VS Test Explorer from TestFilterConverter.Tokenizer. Thanks to NUnit Team member [Terje Sandstrom](https://github.com/OsirisTerje) for [PR 1341](https://github.com/nunit/nunit3-vs-adapter/pull/1341)
28+
* [1241](https://github.com/nunit/nunit3-vs-adapter/issues/1241) VS Test Explorer NUnit error: "TestPlatformFormatException: Filter string ... includes unrecognized escape sequence".
2629

2730
### The following issues are marked as breaking changes
2831

@@ -39,7 +42,12 @@ A special thank you to the following reporters for identifying issues:
3942

4043
<table>
4144
<tr>
45+
<td><a href="https://github.com/Evangelink">Amaury Lev‚</a></td>
4246
<td><a href="https://github.com/agray">Andrew Gray</a></td>
47+
<td><a href="https://github.com/cbersch">Christoph Bersch</a></td>
48+
<td><a href="https://github.com/JasonBock">Jason Bock</a></td>
49+
</tr>
50+
<tr>
4351
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
4452
</tr>
4553
</table>
@@ -48,6 +56,18 @@ and to the commenters who engaged in discussions and offered further insights:
4856

4957
<table>
5058
<tr>
59+
<td><a href="https://github.com/cbersch">Christoph Bersch</a></td>
60+
<td><a href="https://github.com/danstur">Daniel Sturm</a></td>
61+
<td><a href="https://github.com/RussKie">Igor Velikorossov</a></td>
62+
<td><a href="https://github.com/JasonBock">Jason Bock</a></td>
63+
</tr>
64+
<tr>
65+
<td><a href="https://github.com/joschmo80">joschmo80</a></td>
66+
<td><a href="https://github.com/lennartb-">Lennart Brggemann</a></td>
67+
<td><a href="https://github.com/mikkelbu">Mikkel Nylander Bundgaard</a></td>
68+
<td><a href="https://github.com/moh-hassan">Mohamed Hassan</a></td>
69+
</tr>
70+
<tr>
5171
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
5272
<td><a href="https://github.com/Youssef1313">Youssef Victor</a></td>
5373
</tr>

0 commit comments

Comments
 (0)