-
Notifications
You must be signed in to change notification settings - Fork 390
Use Xunit.v3 (latest release) #1720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 20 commits
f8d57ba
013feab
78807f7
fcdd26d
e567eea
0447967
bdbe03d
4f6a6d3
59c1678
5666085
adf41b1
eca5e8c
1e09a04
d7d571d
b82996e
cf354b1
8eb7855
8ebd2cb
cea59f5
8d9e0db
64635c0
40148c1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ In the table below we keep track of main differences: | |
|
||
| Feature | MSBuild | .NET Tool | DataCollectors | | ||
|:-----------------------------------|:--------------|--------------|------------------| | ||
| .NET Core support(>= 2.0) | Yes | Yes | Yes | | ||
| .NET Framework support(>= 4.6.1) | Yes | Yes | Yes(since 3.0.0) | | ||
| .NET Core support(>= 6.0) | Yes | Yes | Yes | | ||
| .NET Framework support(>= 4.7.2) | Yes | Yes | Yes(since 3.0.0) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We are not supporting At least with the And can you tell/remind me why we have these constraints on the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
.NET Framework 4.7.2 is the first version which supports netstandard2.0 and we use nuget packages which require .NET 6.0 runtime. By the way, coverlet.collector.csproj file currently has only netstandard2.0 and we can change this in another PR. see also current vstest collector example
|
||
| Show result on console | Yes | Yes | No | | ||
| Deterministic reports output folder| Yes | Yes | No | | ||
| Merge reports | Yes | Yes | No | | ||
|
Uh oh!
There was an error while loading. Please reload this page.