From 6c2926491d64c9453169eadf4c8fdd4c26eada5c Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 21 Mar 2026 17:16:17 +0100 Subject: [PATCH 1/6] Added release notes for adapter version 6.2 --- .../AdapterV4-Release-Notes.md | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md index 6d9b21051..265747d94 100644 --- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md +++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md @@ -7,6 +7,94 @@ uid: adapterreleasenotes # Adapter Release Notes +## 6.2 + +There are 8 issues fixed in this release. + +This is primarily a bug-fix release, with one new feature added. + +The enhancement is the introduction of filtering for the --list-tests option in dotnet test. All three related issues +concern this feature. It has now been implemented and works for both standard runs and MTP runs. + +### Enhancements + +* [1426](https://github.com/nunit/nunit3-vs-adapter/issues/1426) [MTP] --list-tests does not respect --filter, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427) +* [1227](https://github.com/nunit/nunit3-vs-adapter/issues/1227) Listing the discovered tests doesn't respect the filter, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427) +* [438](https://github.com/nunit/nunit3-vs-adapter/issues/438) vstest.console's `--TestCaseFilter` is ignored when listing tests, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427) + +### Bug fixes + +* [1400](https://github.com/nunit/nunit3-vs-adapter/issues/1400) Nunit3TestAdapter 6.1.0 copies unwanted version of Microsoft.Extensions.DependencyModel.dll into output, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) +* [1398](https://github.com/nunit/nunit3-vs-adapter/issues/1398) NUnit3TestAdapter >= 6.0.1 requires pinning Microsoft.Extensions.DependencyModel when using Microsoft.Testing.Extensions.CodeCoverage, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) +* [1396](https://github.com/nunit/nunit3-vs-adapter/issues/1396) Resharper test runner fails with NUnit3TestAdapter 6.0.1, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) +* [1361](https://github.com/nunit/nunit3-vs-adapter/issues/1361) `dotnet test` using MTP with NUnit3TestAdapter cannot be cancelled on CLI., fixed in [PR 1412](https://github.com/nunit/nunit3-vs-adapter/pull/1412) + +### Refactorings + +* [1386](https://github.com/nunit/nunit3-vs-adapter/issues/1386) Get rid of assembly refs, use package refs, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) + +### Internal fixes + +None + +### Deprecated features + +None + +### The following issues are marked as breaking changes + +None + +### Acknowledgements + +We want to express our heartfelt gratitude to everyone who has contributed to this release +by reporting bugs, suggesting enhancements, and providing valuable feedback. +Your efforts help make NUnit better for the entire community. + +A special thank you to the following reporters for identifying issues: + + + + + + + + + + + + + + +
Bradford FisherDavid BarrowsJuliano Leal GoncalvesLexy
Markus HastreiterSiegfried Pammerstarosta33Terje Sandstrom
+ +and to the commenters who engaged in discussions and offered further insights: + + + + + + + + + + + + + + + + + + + + + + + + +
andrewimcclementBradford FisherCharliePooleCopilot
Dave SweetonDavid BarrowsJuliano Leal GoncalvesMaceWindu
Manfred BrandsSiegfried PammerSteven WeerdenburgTerje Sandstrom
thomasdgxYoussef Victor
+ ## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.1.0 - January 7, 2026 This is a bug-fix release that addresses a series of issues related to assembly loading. From db21f9c8448b998c0ea9dec57fdcbae95ecfd3d6 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 21 Mar 2026 17:22:09 +0100 Subject: [PATCH 2/6] Update docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md index 265747d94..6fbdadf6b 100644 --- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md +++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md @@ -27,7 +27,7 @@ concern this feature. It has now been implemented and works for both standard ru * [1400](https://github.com/nunit/nunit3-vs-adapter/issues/1400) Nunit3TestAdapter 6.1.0 copies unwanted version of Microsoft.Extensions.DependencyModel.dll into output, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) * [1398](https://github.com/nunit/nunit3-vs-adapter/issues/1398) NUnit3TestAdapter >= 6.0.1 requires pinning Microsoft.Extensions.DependencyModel when using Microsoft.Testing.Extensions.CodeCoverage, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) * [1396](https://github.com/nunit/nunit3-vs-adapter/issues/1396) Resharper test runner fails with NUnit3TestAdapter 6.0.1, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) -* [1361](https://github.com/nunit/nunit3-vs-adapter/issues/1361) `dotnet test` using MTP with NUnit3TestAdapter cannot be cancelled on CLI., fixed in [PR 1412](https://github.com/nunit/nunit3-vs-adapter/pull/1412) +* [1361](https://github.com/nunit/nunit3-vs-adapter/issues/1361) `dotnet test` using MTP with NUnit3TestAdapter cannot be cancelled on the CLI, fixed in [PR 1412](https://github.com/nunit/nunit3-vs-adapter/pull/1412) ### Refactorings From 35477c1dec82181e4454e66198a6c5e48c9cfe6a Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 21 Mar 2026 17:23:39 +0100 Subject: [PATCH 3/6] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md index 6fbdadf6b..f354be954 100644 --- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md +++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md @@ -25,8 +25,8 @@ concern this feature. It has now been implemented and works for both standard ru ### Bug fixes * [1400](https://github.com/nunit/nunit3-vs-adapter/issues/1400) Nunit3TestAdapter 6.1.0 copies unwanted version of Microsoft.Extensions.DependencyModel.dll into output, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) -* [1398](https://github.com/nunit/nunit3-vs-adapter/issues/1398) NUnit3TestAdapter >= 6.0.1 requires pinning Microsoft.Extensions.DependencyModel when using Microsoft.Testing.Extensions.CodeCoverage, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) -* [1396](https://github.com/nunit/nunit3-vs-adapter/issues/1396) Resharper test runner fails with NUnit3TestAdapter 6.0.1, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) +* [1398](https://github.com/nunit/nunit3-vs-adapter/issues/1398) NUnit3TestAdapter >= 6.0.1 requires pinning Microsoft.Extensions.DependencyModel when using Microsoft.Testing.Extensions.CodeCoverage, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) +* [1396](https://github.com/nunit/nunit3-vs-adapter/issues/1396) ReSharper test runner fails with NUnit3TestAdapter 6.0.1, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) * [1361](https://github.com/nunit/nunit3-vs-adapter/issues/1361) `dotnet test` using MTP with NUnit3TestAdapter cannot be cancelled on the CLI, fixed in [PR 1412](https://github.com/nunit/nunit3-vs-adapter/pull/1412) ### Refactorings From b6c857f723db5e8c58860f9b6ce558c2a032d7dc Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 21 Mar 2026 17:24:41 +0100 Subject: [PATCH 4/6] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md index f354be954..27ac3ced5 100644 --- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md +++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md @@ -19,7 +19,7 @@ concern this feature. It has now been implemented and works for both standard ru ### Enhancements * [1426](https://github.com/nunit/nunit3-vs-adapter/issues/1426) [MTP] --list-tests does not respect --filter, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427) -* [1227](https://github.com/nunit/nunit3-vs-adapter/issues/1227) Listing the discovered tests doesn't respect the filter, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427) +* [1227](https://github.com/nunit/nunit3-vs-adapter/issues/1227) Listing the discovered tests doesn't respect the filter, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427) * [438](https://github.com/nunit/nunit3-vs-adapter/issues/438) vstest.console's `--TestCaseFilter` is ignored when listing tests, fixed in [PR 1427](https://github.com/nunit/nunit3-vs-adapter/pull/1427) ### Bug fixes From 818acdd00c6b1827890d2afff6559b4d37aa2076 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 21 Mar 2026 17:25:03 +0100 Subject: [PATCH 5/6] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md index 27ac3ced5..b94844512 100644 --- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md +++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md @@ -24,7 +24,7 @@ concern this feature. It has now been implemented and works for both standard ru ### Bug fixes -* [1400](https://github.com/nunit/nunit3-vs-adapter/issues/1400) Nunit3TestAdapter 6.1.0 copies unwanted version of Microsoft.Extensions.DependencyModel.dll into output, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) +* [1400](https://github.com/nunit/nunit3-vs-adapter/issues/1400) NUnit3TestAdapter 6.1.0 copies unwanted version of Microsoft.Extensions.DependencyModel.dll into output, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) * [1398](https://github.com/nunit/nunit3-vs-adapter/issues/1398) NUnit3TestAdapter >= 6.0.1 requires pinning Microsoft.Extensions.DependencyModel when using Microsoft.Testing.Extensions.CodeCoverage, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) * [1396](https://github.com/nunit/nunit3-vs-adapter/issues/1396) ReSharper test runner fails with NUnit3TestAdapter 6.0.1, fixed in [PR 1401](https://github.com/nunit/nunit3-vs-adapter/pull/1401) * [1361](https://github.com/nunit/nunit3-vs-adapter/issues/1361) `dotnet test` using MTP with NUnit3TestAdapter cannot be cancelled on the CLI, fixed in [PR 1412](https://github.com/nunit/nunit3-vs-adapter/pull/1412) From a2eed46e5c85480020252842d2834b28d304c8e4 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 21 Mar 2026 17:27:04 +0100 Subject: [PATCH 6/6] Update release notes for NUnit3 Test Adapter version 6.2 --- docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md index b94844512..f9e38ee14 100644 --- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md +++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md @@ -7,7 +7,7 @@ uid: adapterreleasenotes # Adapter Release Notes -## 6.2 +## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.2.0 - March 21, 2026 There are 8 issues fixed in this release. @@ -75,7 +75,7 @@ and to the commenters who engaged in discussions and offered further insights: andrewimcclement Bradford Fisher CharliePoole -Copilot +Youssef Victor Dave Sweeton @@ -91,7 +91,6 @@ and to the commenters who engaged in discussions and offered further insights: thomasdgx -Youssef Victor