FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
506 stars 38 forks source link

Test project gets modified during tests run #425

Open eugenelepekhin opened 1 month ago

eugenelepekhin commented 1 month ago

Installed product versions

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