FineCodeCoverage
FineCodeCoverage copied to clipboard
Test project gets modified during tests run
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
Create a new MSTest project and select .net 8. Add it to a new local git repository and push. Build project. Run all tests. Observe project file get changed in git changes window.
Current behavior
Project file appears to be modified during test run.
Expected behavior
Test project is intact.
Side Notes
If you safe all files, then project file become unmodified in git changes window.
I first filed this in VS dev community, but turns out it occurred only when FCC is installed. Here is my original bug: https://developercommunity.visualstudio.com/t/Test-project-gets-modified-during-tests/10658708