csproj files checked out when running unit tests #538
Unanswered
ExaxeDevelopment
asked this question in
Q&A
Replies: 1 comment 4 replies
-
What version of FCC and Visual Studio are you using ?
When RunMsCodeCoverage Yes and you do not supply your own .runsettings file FCC must write to the .csproj. We then remove it at the end. https://github.com/FortuneN/FineCodeCoverage/blob/master/SharedProject/Core/MsTestPlatform/CodeCoverage/VsRunSettingsWriter.cs https://github.com/FortuneN/FineCodeCoverage/blob/master/SharedProject/Core/Utilities/ProjectFilePropertyWriter.cs#L9
Yes. Provide your own runsettings - https://learn.microsoft.com/en-us/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file?view=vs-2022 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since starting to use FinCodeCoverage either all csproj files, or all the unit test csproj files get checked out when we run tests.
Is this necessary? Can we stop it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions