Skip to content

Commit f0aefc7

Browse files
committed
Fix linting (#1094)
* Ignore MD060 * Fix linting b952edd
1 parent cd3005b commit f0aefc7

File tree

3 files changed

+733
-732
lines changed

3 files changed

+733
-732
lines changed

articles/vs-test-adapter/Supported-Frameworks.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h1 id="supported-frameworks">Supported Frameworks</h1>
123123
</tr>
124124
<tr>
125125
<td>Net Core 3.1</td>
126-
<td>3.8 - up to latest</td>
126+
<td>3.8 - 5.X</td>
127127
<td></td>
128128
</tr>
129129
<tr>
@@ -143,17 +143,17 @@ <h1 id="supported-frameworks">Supported Frameworks</h1>
143143
</tr>
144144
<tr>
145145
<td>Net 5</td>
146-
<td>Works with 3.15.1 and upwards</td>
146+
<td>3.15.1 - 5.X</td>
147147
<td>May also work with earlier versions, but not tested</td>
148148
</tr>
149149
<tr>
150150
<td>Net 6</td>
151-
<td>Works with 4.1 and upwards</td>
151+
<td>4.1 - 5.X</td>
152152
<td>May also work with earlier versions, but not tested</td>
153153
</tr>
154154
<tr>
155155
<td>Net 7</td>
156-
<td>Works with 4.3 and upwards</td>
156+
<td>4.3 - 5.X</td>
157157
<td></td>
158158
</tr>
159159
<tr>
@@ -163,10 +163,11 @@ <h1 id="supported-frameworks">Supported Frameworks</h1>
163163
</tr>
164164
</tbody>
165165
</table>
166-
<p>The adapter is shipped with two different versions of the test framework. The first is the full framework version, which
167-
is used for .NET Framework based test projects. The second is the .NET (Core) version, which is used for .NET Core
168-
1.0, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0 and upwards. The different versions of the adapter supports different
169-
versions of the test framework. The table above shows the supported versions.</p>
166+
<p>The adapter is shipped with three different versions of the test framework. The first is the full framework version,
167+
which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET
168+
6.0, and the third is .NET 8.0 which is used for .net 7.0, 8.0, 9.0, 10.0 and upwards.<br>
169+
The different versions of the adapter supports different versions of the test framework.<br>
170+
The table above shows the supported versions.</p>
170171
<p>Version 4.3.2 of the adapter will support future versions of .net, as long as there are no breaking changes. (Earlier
171172
versions have been blocking that based on the table above).</p>
172173
<p>The included versions are as shown below, only the versions where changes are done are listed.</p>

index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@
35773577
"articles/vs-test-adapter/Supported-Frameworks.html": {
35783578
"href": "articles/vs-test-adapter/Supported-Frameworks.html",
35793579
"title": "Supported Frameworks | NUnit Docs",
3580-
"summary": "Supported Frameworks The table below shows the supported adapter versions for a given framework version. Framework version Supported by Adapter versions Comment Net Core 1.0 3.8 - 3.15.1 Net Core 2.0 3.8 - 3.15.1 Net Core 2.1 3.8 - 4.3.0 Net Core 2.2 3.8 - 4.3.0 Net Core 3.0 3.8 - 4.3.0 Net Core 3.1 3.8 - up to latest Net Framework 3.5 All up to 4.3.X Net Framework 4.X-4.6.1 All up to 4.3.X Net Framework 4.6.2 - 4.8 3.8 - up to latest Net 5 Works with 3.15.1 and upwards May also work with earlier versions, but not tested Net 6 Works with 4.1 and upwards May also work with earlier versions, but not tested Net 7 Works with 4.3 and upwards Net 8+ Works with 4.3.2 and upwards The adapter is shipped with two 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 (Core) version, which is used for .NET Core 1.0, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.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 versions have been blocking that based on the table above). The included versions are as shown below, only the versions where changes are done are listed. Adapter version .NET framework version .NET (core) version Comment 3.8 3.5 1.0 Some versions included 2.0 too 3.16.0 3.5 2.1 4.3.1 3.5 3.1 4.4.0 4.6.2 3.1 6.0.0 4.6.2 net8.0 Traps Microsoft.NET.Test.Sdk 17.4.0 is not compatible with .NET Framework lower than 4.6.2 Tips See Adapter/Engine compatibility for information on which engine versions are being used with the adapter."
3580+
"summary": "Supported Frameworks The table below shows the supported adapter versions for a given framework version. Framework version Supported by Adapter versions Comment Net Core 1.0 3.8 - 3.15.1 Net Core 2.0 3.8 - 3.15.1 Net Core 2.1 3.8 - 4.3.0 Net Core 2.2 3.8 - 4.3.0 Net Core 3.0 3.8 - 4.3.0 Net Core 3.1 3.8 - 5.X Net Framework 3.5 All up to 4.3.X Net Framework 4.X-4.6.1 All up to 4.3.X Net Framework 4.6.2 - 4.8 3.8 - up to latest Net 5 3.15.1 - 5.X May also work with earlier versions, but not tested Net 6 4.1 - 5.X May also work with earlier versions, but not tested 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 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 versions have been blocking that based on the table above). The included versions are as shown below, only the versions where changes are done are listed. Adapter version .NET framework version .NET (core) version Comment 3.8 3.5 1.0 Some versions included 2.0 too 3.16.0 3.5 2.1 4.3.1 3.5 3.1 4.4.0 4.6.2 3.1 6.0.0 4.6.2 net8.0 Traps Microsoft.NET.Test.Sdk 17.4.0 is not compatible with .NET Framework lower than 4.6.2 Tips See Adapter/Engine compatibility for information on which engine versions are being used with the adapter."
35813581
},
35823582
"articles/vs-test-adapter/Tips-And-Tricks.html": {
35833583
"href": "articles/vs-test-adapter/Tips-And-Tricks.html",

0 commit comments

Comments
 (0)