Closed
Description
Installed product versions
- Visual Studio: 2022 17.4.2
- This extension: 1.1.189
Description
Every csproj file gets a local path based RunSettingsFilePath, which ends up getting checked into git and breaks the build.
Steps to recreate
Open solution, build and run tests.
Current behavior
This gets added to every csproj:
<RunSettingsFilePath>C:\dev\MyProjectetc\bin\Debug\net6.0\fine-code-coverage\coverage-tool-output\MyProject.UnitTests-fcc-mscodecoverage-generated.runsettings</RunSettingsFilePath>
Expected behavior
csproj files should not be modified when testing.
Metadata
Metadata
Assignees
Labels
No labels