Skip to content
Merged
Changes from 1 commit
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
24 changes: 22 additions & 2 deletions docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ uid: adapterreleasenotes

# Adapter Release Notes

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

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

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.

There are 3 issues fixed in this release.
There are 6 issues fixed in this release.

### Enhancements

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

### Bug fixes

* [1347](https://github.com/nunit/nunit3-vs-adapter/issues/1347) Test Cases With Strings That Contain Escaped Double-Quotes are Not Run.
* [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)
* [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)
* [1241](https://github.com/nunit/nunit3-vs-adapter/issues/1241) VS Test Explorer NUnit error: "TestPlatformFormatException: Filter string ... includes unrecognized escape sequence".

### The following issues are marked as breaking changes

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

<table>
<tr>
<td><a href="https://github.com/Evangelink">Amaury Lev‚</a></td>
<td><a href="https://github.com/agray">Andrew Gray</a></td>
<td><a href="https://github.com/cbersch">Christoph Bersch</a></td>
<td><a href="https://github.com/JasonBock">Jason Bock</a></td>
</tr>
<tr>
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
</tr>
</table>
Expand All @@ -48,6 +56,18 @@ and to the commenters who engaged in discussions and offered further insights:

<table>
<tr>
<td><a href="https://github.com/cbersch">Christoph Bersch</a></td>
<td><a href="https://github.com/danstur">Daniel Sturm</a></td>
<td><a href="https://github.com/RussKie">Igor Velikorossov</a></td>
<td><a href="https://github.com/JasonBock">Jason Bock</a></td>
</tr>
<tr>
<td><a href="https://github.com/joschmo80">joschmo80</a></td>
<td><a href="https://github.com/lennartb-">Lennart Brggemann</a></td>
<td><a href="https://github.com/mikkelbu">Mikkel Nylander Bundgaard</a></td>
<td><a href="https://github.com/moh-hassan">Mohamed Hassan</a></td>
</tr>
<tr>
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
<td><a href="https://github.com/Youssef1313">Youssef Victor</a></td>
</tr>
Expand Down
Loading