Genbu series release 12
SteveGilham
released this
12 Jan 12:01
·
1768 commits
to master
since this release
7.4.807
- [MAYBE BREAKING] Set
InPlace
default tofalse
uniformly across the API- Add
dotnet test
command line option/p:AltCoverInPlace=true|false
(default false) - If
/p:AltCoverInPlace=true
then/p:AltCoverForce=true
has its pre-v7.3.805 meaning - Wire up "InPlace" to the Fake
DotNet.test
driver for the above - If
/p:AltCoverInPlace
is nottrue
, then copy all files in the project included as<None Include="./[some subdirectory]/..."
withCopyToOutputDirectory
ofAlways
orPreserveNewest
to the appropriate relative location wrt the intrumented files - NB
/p:AltCoverInPlace=true
will not play well with the concurrent instrument-and-test behaviour ofdotnet test [multipletestprojects].sln /p:AltCover="true" --output [commonArtifactsFolder]
- Add
- Allow
--callContext
and--single
together, which will log at most one visit per context per location, not just one visit per location