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
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ uid: adapterreleasenotes
7
7
8
8
# Adapter Release Notes
9
9
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
11
11
12
12
This version supports MTP version 2. Further the lowest .net version is .net 8.0, so netcore 3.1 is no longer supported.
13
13
14
14
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.
15
15
16
-
There are 3 issues fixed in this release.
16
+
There are 6 issues fixed in this release.
17
17
18
18
### Enhancements
19
19
@@ -22,7 +22,10 @@ There are 3 issues fixed in this release.
22
22
23
23
### Bug fixes
24
24
25
+
*[1347](https://github.com/nunit/nunit3-vs-adapter/issues/1347) Test Cases With Strings That Contain Escaped Double-Quotes are Not Run.
25
26
*[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".
26
29
27
30
### The following issues are marked as breaking changes
28
31
@@ -39,7 +42,12 @@ A special thank you to the following reporters for identifying issues:
0 commit comments