Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jun 30, 2022
1 parent 30cd6e7 commit 42fdfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide

# 8.3.838 (Habu series release 14)
* [VISUALIZER] Fix off-by-one error in markup for the very last line of the file
* [GTK-VISUALIZER] Fix off-by-one error in markup for the very last line of the file
* [BUGFIX] -- Out-of-process APIs generating `dotnet test`: fix to allow activating ZipFile, MethodPoint, SingleVisit and SourceLink
* [BUGFIX] -- Issue #156: Out-of-process APIs generating `dotnet test`: fix `/p:AltCoverDependencyList` to work around the behaviour of `dotnet test` with an argument ending `.dll` or `.exe`. Users rolling their own command lines, note that the assembly list is separated _and terminated_ with `'|'` characters. The `--dependency` command line argument for the tool is not affected.
* [BUGFIX] -- Issue #156: Make explicit dependencies through `--dependency` have priority over other assembly resolution lookup. This works around a Mono.Cecil misfeature (Mono.Cecil issue #863) where the `netstandard2.0` Cecil binaries do not consider the GAC for Framework system assemblies, but instead will find stubs in `dotnet/shared/Microsoft.NETCore.App` for e.g. .net Framework WPF related assemblies
Expand Down

0 comments on commit 42fdfa0

Please sign in to comment.