SonarSource / sonar-dotnet

Code analyzer for C# and VB.NET projects
https://redirect.sonarsource.com/plugins/csharp.html
GNU Lesser General Public License v3.0
781 stars 226 forks source link

Fix the "valid.xml" OpenCover test case #9573

Closed Tim-Pohlmann closed 2 months ago

Tim-Pohlmann commented 2 months ago

Fixes #4038

Additional context: From my understanding, the problem is that valid.xml was created with a very old version of OpenCover, which did not have sl and offsetend attributes in Branchpoints. I did not go through the trouble of fully recreating the file; instead, I just added the missing attributes with arbitrary values.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed for 'Sonar .NET Java Plugin'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed for 'SonarAnalyzer for .NET'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Tim-Pohlmann commented 2 months ago

The value/effort ratio does not make this a great fit for the current sprint. I will drop this.