FineCodeCoverage
FineCodeCoverage copied to clipboard
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
### Installed product versions - Visual Studio: 2022 Community - This extension: [1.1.215] ### Description Test project gets modified during tests run if FCC is installed ### Steps to recreate...
The following code: ``` byte[] b = Encoding.GetBytes(s); fixed (byte* pb = b) { interop_call(pb, 4); } ``` is cited as a 50% covered branch in the Cobertura.xml coverage results,...
I have around 14 aseemblies, and close to 400+ tests in them When i run the Tests all are run correctly However when I open the Fine coverage window I...
Installed this extension and in the output logs I can see it fails to initialize. I am using Visual Studio 2022. Please fix it. ``` [04.06.2025 3:14:53.034] : Initializing [04.06.2025...
### Installed product versions - Visual Studio: 2022 Community, 17.12.3 (and other recent versions) - This extension: 1.1.228 ### Description Note: this only happens when the FCC extension is enabled....
Given that have update ms code coverage which has this new setting and have updated Coverlet ( which may have already had this setting ). Note that both require MSBuild...
### Installed product versions - Visual Studio: 2022 Professional - This extension: 1.1.229 ### Description The test environment is ignored during the coverage tests ### Steps to recreate 1. Create...
### Installed product versions - Visual Studio: 2022 Professional - This extension: 1.1.229 ### Description If my code contains a try/catch block, the catch is not counted as a branch...
https://learn.microsoft.com/en-gb/visualstudio/releases/2026/release-notes#18.0.0 [Use code coverage to determine how much code is being tested](https://learn.microsoft.com/en-us/visualstudio/test/using-code-coverage-to-determine-how-much-code-is-being-tested) I have an [almost completed version of FCC](https://github.com/tonyhallett/FineCodeCoverage/tree/new-wpf-report) that used WPF controls rather than the hacked html report...
Hi, **Installed product versions** - Visual Studio: 2022 Enterprise (v17.14.8) - This extension: 1.1.244 - Windows 11 **Description** When a path to a project directory exceeds the 260 character limit...