From 32e93a01d43b72f8b9cdc0a3c886d626f583588d Mon Sep 17 00:00:00 2001 From: andrewimcclement <33556313+andrewimcclement@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:29:11 +0100 Subject: [PATCH 1/2] Update nunit.analyzers.nuspec to specify that NUnit.Analyzers v4 is intended to be used with NUnit 4. --- src/nunit.analyzers/nunit.analyzers.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nunit.analyzers/nunit.analyzers.nuspec b/src/nunit.analyzers/nunit.analyzers.nuspec index 9b624fa0..968a7945 100644 --- a/src/nunit.analyzers/nunit.analyzers.nuspec +++ b/src/nunit.analyzers/nunit.analyzers.nuspec @@ -15,7 +15,7 @@ Code analyzers and fixes for NUnit 3 docs/README.md -This package includes analyzers and code fixes for test projects using NUnit 3. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. +This package includes analyzers and code fixes for test projects using NUnit 4. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. Version 3.0 and upwards works in Visual Studio 2019 (version 16.3) or newer and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0 - note that these versions are no longer updated, so version 2.10.0 is the last version that works in Visual Studio 2017. From 27b0a88d9ed50d90f2abde2085857423d8eaa161 Mon Sep 17 00:00:00 2001 From: andrewimcclement <33556313+andrewimcclement@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:22:51 +0100 Subject: [PATCH 2/2] Use 3+ as the supported NUnit version and mention migration 3 -> 4. --- src/nunit.analyzers/nunit.analyzers.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nunit.analyzers/nunit.analyzers.nuspec b/src/nunit.analyzers/nunit.analyzers.nuspec index 968a7945..8be89c7e 100644 --- a/src/nunit.analyzers/nunit.analyzers.nuspec +++ b/src/nunit.analyzers/nunit.analyzers.nuspec @@ -12,10 +12,10 @@ false true - Code analyzers and fixes for NUnit 3 + Code analyzers and fixes for NUnit 3+ docs/README.md -This package includes analyzers and code fixes for test projects using NUnit 4. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. +This package includes analyzers and code fixes for test projects using NUnit 3+. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. They will also aid in the transition from NUnit 3 to NUnit 4. Version 3.0 and upwards works in Visual Studio 2019 (version 16.3) or newer and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0 - note that these versions are no longer updated, so version 2.10.0 is the last version that works in Visual Studio 2017.