Skip to content

(Habu series release 28)

Latest
Compare
Choose a tag to compare
@SteveGilham SteveGilham released this 15 Apr 09:16
· 35 commits to master since this release

8.8.21

  • [BREAKING; BUGFIX] Issue #206 : Update to net6+ for dotnet test integration and respect the $(IsTestProject) setting from the Microsoft.NET.Test.Sdk package.
  • Simplify the use of the AltCover MSBuild tasks via the associated package-level .targets file by not even including the VSTest integration unless both '$(AltCover)' == 'true' AND '$(IsTestProject)' == 'true'.
  • Mitigate instances of System.IO.IOException: The process cannot access the file '[coverage report]' because it is being used by another process.
  • Explicitly add GAC locations to the paths inspected for dependency resolution