-
### Installed product versions
- Visual Studio: 2022
- This extension: 1.1.214
### Description
Until recently, it had operated without any issues, however, it suddenly ceased providing the expe…
-
I test with `dotnet test` using msbuild v6.0.0. It doesn't generate anything. I tried using collector and running `dotnet test --collect:"XPlat Code Coverage"` and it only displays zeros in the report…
-
We have a project that depends on a UWP winmd file.
C:\Program Files (x86)\Windows Kits\10\References\10.0.22000.0\Windows.Foundation.FoundationContract\4.0.0.0\Windows.Foundation.Fo…
-
I'm wondering if this is possible:
I'm using OpenCover and ReportGenerator to analyze code coverage for some projects. The projects I'm covering has a *lot* of generated code. I can instruct OpenCo…
-
### Jenkins and plugins versions report
Jenkins 2.346.3
### What Operating System are you using (both controller, and any agents involved in the problem)?
Windows Server agents
### Reproduction st…
-
Are there any plans to add `SimpleCov` support? Currently the only documented supported formats are:
> JaCoCo → jacoco*.xml
Cobertura → cobertura.xml
LCOV → lcov.info | lcov.dat | *.lcov
Clover…
-
**Short Version:** Can Altcover use a FIPS compliant algorithm such as SHA384 instead of SHA-1?
**Long Version**
Altcover throws an exception if a machine is configured to be FIPS compliant. The …
-
### Checklist
- [X] I have verified this is the correct repository for opening this issue.
- [X] I have verified no other issues exist related to my problem.
- [X] I have verified this is not an issu…
-
Coverlet.MsBuild:- 2.6.3
Framework Used:- .Net Core 2.1
Platform : Linux
Tried below commands
1. dotnet2.1 test csprojfilename /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --lo…
-
I am trying to run this dotnet test command using this wrapper command but it seems some options doesn't work especially code coverage
dotnet test C:\a\1\s\UnitTests\UnitTests.csproj --logger trx -…