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
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,71 @@ uid: adapterreleasenotes
7
7
8
8
# Adapter Release Notes
9
9
10
+
## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.0.1 - December 20, 2025
11
+
12
+
This is a hotfix release for version 6.0.0 to handle issues related to loading assemblies.
13
+
Go here for a [detailed overview](https://github.com/nunit/nunit3-vs-adapter/issues/1376),
14
+
with links to all related issues.
15
+
16
+
The fixes is mainly in the NUnit.Engine, so this release embeds NUnit.Engine version 3.21.1.
17
+
18
+
The following adapter issues have been fixed.
19
+
20
+
*[1382](https://github.com/nunit/nunit3-vs-adapter/issues/1382) NU1109 after update to v6.0.0 when using CPM with transitive pinning enabled (Net8 SDK).
21
+
*[1374](https://github.com/nunit/nunit3-vs-adapter/issues/1374) System.Diagnostics.Trace.Assert crashes the test process after updating to NUnit3TestAdapter 6.0.0.
22
+
*[1372](https://github.com/nunit/nunit3-vs-adapter/issues/1372)`SocketException` ("can't assign requested address") when starting child process on 6.0.0.
0 commit comments