You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixing
* Updated
* update runsettings
* Updating tests
* Ignoring tests that are not isolated
* Fixing tests. Removing support for netcore2.1 as it interferes will tests, and is out of MS support
Copy file name to clipboardExpand all lines: .runsettings
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<RunSettings>
3
3
<RunConfiguration>
4
4
<!-- 0 = As many processes as possible, limited by number of cores on machine, 1 = Sequential (1 process), 2-> Given number of processes up to limit by number of cores on machine-->
<summary>NUnit3 adapter for running tests in Visual Studio and DotNet. Works with NUnit 3.x, use the NUnit 2 adapter for 2.x tests.</summary>
14
+
<description>
15
+
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core).
16
16
17
-
Note that this package ONLY contains the adapter, not the NUnit framework.
18
-
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
Note that this package ONLY contains the adapter, not the NUnit framework.
18
+
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
0 commit comments