Caba series Release 3
SteveGilham
released this
08 Apr 11:07
·
4839 commits
to master
since this release
3.0.400 (Caba series release 3)
- [BUGFIX] -- malformed filter regexes no longer cause a crash, but are reported as normal errors
- F# auto-properties are now omitted from coverage, just as C# ones are (and have been since before v1.0.101)
- [BUGFIX] -- errors during the instrumentation or collection phases are actually reported
- The main AltCover assembly also now publishes MSBuild tasks
AltCover.Prepare
andAltCover.Collect
; the former is the normal mode with--opencover --save --inplace
as default, the latter isrunner
mode with--collect
as default. The full parameter lists are
InputDirectory
OutputDirectory
SymbolDirectories†
Keys†⁋
StrongNameKey⁋
XmlReport
FileFilter†
AssemblyFilter†
AssemblyExcludeFilter†
TypeFilter†
MethodFilter†
AttributeFilter†
CallContext†
OpenCover‡
InPlace‡
Save‡
CommandLine
where these parameters are all optional strings (default empty) except as noted
† = optional array of strings, default empty
‡ = Boolean, default true
⁋ = Mono/.net Framework build only
and
RecorderDirectory⸸
WorkingDirectory
Executable
CommandLine
with all these parameters being optional strings (default empty) except as noted
⸸ denotes a [Required]
parameter
The task parameters match the command line arguments in name and function, except that SymbolDirectories
is pluralised, and CommandLine
is everything after a --
. If AltCover.Collect
's Executable
parameter is set, that switches the virtual --collect
flag off.