Skip to content

v3.0.0-alpha-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lucaslorentz lucaslorentz released this 17 Nov 22:59
· 102 commits to master since this release

Add support for .NET Core 2.1, 2.2 and 3.0

Several improvements and bug fixes:

  • Add global and local tool support
  • Fixes async method names in reports.
  • Fixes enumerable method names in reports.
  • Add support for [ExcludeFromCodeCoverage] attribute.
  • Fix missing coverage when exception is thrown.
  • Fix index out of range issues during instrumentation
  • Add version to CLI

Fixes #51 #69 #71 #83 #86 #90 #94 #97 #102