Skip to content

Commit 0cc2548

Browse files
Update vstest integration documentation (#764)
Update vstest integration documentation
1 parent 15ef284 commit 0cc2548

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Documentation/VSTestIntegration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Coverlet integration with VSTest (a.k.a. Visual Studio Test Platform)
22

3+
**At the moment collectors integration supports only .NET Core applications and not .NET Framework ones.**
4+
35
As explained in quick start section to use collectors you need to run *SDK v2.2.401* or newer and your project file must reference `coverlet.collector.dll` and a minimum version of `Microsoft.NET.Test.Sdk`.
46
A sample project file looks like:
57

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Coverlet can be used through three different *drivers*
2222
* As a .NET Global tool
2323

2424

25-
### VSTest Integration (preferred due to [known issue](https://github.com/tonerdo/coverlet/blob/master/Documentation/KnownIssues.md#1-vstest-stops-process-execution-earlydotnet-test))
25+
### VSTest Integration (preferred due to [known issue](https://github.com/tonerdo/coverlet/blob/master/Documentation/KnownIssues.md#1-vstest-stops-process-execution-earlydotnet-test) supports only .NET Core application)
26+
27+
At the moment collectors integration **does not support** .NET Framework application.
2628

2729
### Installation
2830
```bash

0 commit comments

Comments
 (0)