Genbu series release 13
SteveGilham
released this
13 Jan 15:54
·
1760 commits
to master
since this release
- [BUGFIX] In some use cases, the error
The "AltCover.ContingentCopy" task was not given a value for the required parameter "FileName".
could be provoked bydotnet test
(Issue #113) - Extend to other Build Action types (at least all those that my VS2019 Community Edition was prepared to mention) the "If
/p:AltCoverInPlace
is nottrue
, then copy all files in the project included as<[Action] Include="./[some subdirectory]/..."
withCopyToOutputDirectory
ofAlways
orPreserveNewest
to the appropriate relative location wrt the intrumented files" behaviour added for theNone
action in the previous release. File an issue report if you have yet another build action type that you need copying for a not-in-place test scenario.