Skip to content

Commit

Permalink
Merge branch 'develop/Caba' into release/Caba
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Apr 8, 2018
2 parents cbca372 + aa6a046 commit 0cbf6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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
* 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` and `AltCover.Collect`; the former is the normal mode with `--opencover --save --inplace` as default, the latter is `runner` mode with `--collect` as default. The full parameter lists are
```
Expand Down Expand Up @@ -35,7 +35,7 @@ Executable
CommandLine
```
with all these parameters being optional strings(default empty) except as noted
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.
Expand Down

0 comments on commit 0cbf6bf

Please sign in to comment.