From 5a8f6eeea48ac244584558b379999748fe801f27 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 9 Dec 2025 09:07:28 +1100 Subject: [PATCH] Add breaking change for AssemblyLoadContext in net8 --- docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md index 663fd9202..96ecf0b0a 100644 --- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md +++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md @@ -31,6 +31,7 @@ There are 6 issues fixed in this release. * [1328](https://github.com/nunit/nunit3-vs-adapter/issues/1328) NUnit compatible version for MTP 2.0.0. Thanks to [Youssef Victor](https://github.com/Youssef1313) and NUnit Team member [Terje Sandstrom](https://github.com/OsirisTerje) for [PR 1329](https://github.com/nunit/nunit3-vs-adapter/pull/1329) * [1335](https://github.com/nunit/nunit3-vs-adapter/issues/1335) Update to net 8, remove netcore 3.1. Thanks to [Youssef Victor](https://github.com/Youssef1313) and NUnit Team member [Terje Sandstrom](https://github.com/OsirisTerje) for [PR 1329](https://github.com/nunit/nunit3-vs-adapter/pull/1329) +* [1366](https://github.com/nunit/nunit3-vs-adapter/issues/1366) Assembly loading move to AssemblyLoadContext for net8 and higher ### Acknowledgements