From b8a1be7c9da565d304b145b1619d3e70ac15b4aa Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Thu, 13 Nov 2025 13:08:17 +0100 Subject: [PATCH 1/2] fix linting --- docs/articles/vs-test-adapter/Supported-Frameworks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/articles/vs-test-adapter/Supported-Frameworks.md b/docs/articles/vs-test-adapter/Supported-Frameworks.md index 7860c3464..bacd0118f 100644 --- a/docs/articles/vs-test-adapter/Supported-Frameworks.md +++ b/docs/articles/vs-test-adapter/Supported-Frameworks.md @@ -18,10 +18,10 @@ The table below shows the supported adapter versions for a given framework versi |Net 7|4.3 - 5.X || |Net 8+|Works with 4.3.2 and upwards|| -The adapter is shipped with three different versions of the test framework. The first is the full framework version, -which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET -6.0, and the third is .NET 8.0 which is used for .net 7.0, 8.0, 9.0, 10.0 and upwards. -The different versions of the adapter supports different versions of the test framework. +The adapter is shipped with three different versions of the test framework. The first is the full framework version, +which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET +6.0, and the third is .NET 8.0 which is used for .net 7.0, 8.0, 9.0, 10.0 and upwards. +The different versions of the adapter supports different versions of the test framework. The table above shows the supported versions. Version 4.3.2 of the adapter will support future versions of .net, as long as there are no breaking changes. (Earlier From 5d2fd2cf7e9918bbdef7ed1c8cd6ba098508895c Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Thu, 13 Nov 2025 13:10:02 +0100 Subject: [PATCH 2/2] fix linting --- .markdownlintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdownlintrc b/.markdownlintrc index ca285c6af..8a6bdf17b 100644 --- a/.markdownlintrc +++ b/.markdownlintrc @@ -3,5 +3,6 @@ "MD013": false, "MD026": false, "MD046": false, - "MD004": false + "MD004": false, + "MD060": false } \ No newline at end of file