Skip to content

Commit b1e389d

Browse files
committed
Release notes for adapter 6.0.1
1 parent 956978f commit b1e389d

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

docs/articles/vs-test-adapter/Adapter-Engine-Compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ post.
1515

1616
| Adapter version | Embedded engine version |
1717
| --------------- | ----------------------- |
18+
| 6.0.1 | 3.21.1 |
1819
| 6.0.0 | 3.21.0 |
1920
| 5.2.0 | 3.18.1 |
2021
| 5.1.0 | 3.18.1 |

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

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

88
# Adapter Release Notes
99

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.
23+
* [1371](https://github.com/nunit/nunit3-vs-adapter/issues/1371) V6 - assembly loading issue.
24+
* [1367](https://github.com/nunit/nunit3-vs-adapter/issues/1367) V10 of Microsoft.* nugets makes it more difficult to support older nugets and runtime.
25+
26+
The fixes in the adapter is for these three issues:
27+
28+
* [1797](https://github.com/nunit/nunit-console/issues/1797) Issue with assembly load context changes in NUnit3TestAdapter v6 & Microsoft.Build.dll dynamic loading
29+
* [1796](https://github.com/nunit/nunit-console/issues/1796) Assembly load logic changes in v6
30+
* [1795](https://github.com/nunit/nunit-console/issues/1795) :test_tube: Assembly loading move to AssemblyLoadContext for net8 and higher
31+
32+
### Acknowledgements
33+
34+
We want to express our heartfelt gratitude to everyone who has contributed to this release
35+
by reporting bugs, suggesting enhancements, and providing valuable feedback.
36+
Your efforts help make NUnit better for the entire community.
37+
38+
A special thank you to the following reporters for identifying the issues:
39+
40+
<table>
41+
<tr>
42+
<td><a href="https://github.com/bvst">Bjorn-Vegard Thoresen</a></td>
43+
<td><a href="https://github.com/DaRosenberg">Daniel Rosenberg</a></td>
44+
<td><a href="https://github.com/fschmied">Fabian Schmied</a></td>
45+
<td><a href="https://github.com/perclausen">Per Clausen</a></td>
46+
</tr>
47+
<tr>
48+
<td><a href="https://github.com/SimonCropp">Simon Cropp</a></td>
49+
</tr>
50+
</table>
51+
52+
and to the commenters who engaged in discussions and offered further insights:
53+
54+
<table>
55+
<tr>
56+
<td><a href="https://github.com/CharliePoole">CharliePoole</a></td>
57+
<td><a href="https://github.com/cjbush">Chris Bush</a></td>
58+
<td><a href="https://github.com/DaRosenberg">Daniel Rosenberg</a></td>
59+
<td><a href="https://github.com/fschmied">Fabian Schmied</a></td>
60+
</tr>
61+
<tr>
62+
<td><a href="https://github.com/manfred-brands">Manfred Brands</a></td>
63+
<td><a href="https://github.com/perclausen">Per Clausen</a></td>
64+
<td><a href="https://github.com/peter-nguyen-contemi">Peter Nguyen</a></td>
65+
<td><a href="https://github.com/PhilippNaused">Philipp Naused</a></td>
66+
</tr>
67+
<tr>
68+
<td><a href="https://github.com/NightOwl888">Shad Storhaug</a></td>
69+
<td><a href="https://github.com/SimonCropp">Simon Cropp</a></td>
70+
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
71+
<td><a href="https://github.com/tonygambone">Tony Gambone</a></td>
72+
</tr>
73+
</table>
74+
1075
## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.0.0 - December 6, 2025
1176

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

0 commit comments

Comments
 (0)