Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

72 lines (54 loc) · 3.24 KB

Changelog

Unreleased (v3.1.x)

v3.1.20 - 2024/02/10

v3.1.17 - 2023/09/17

  • Fix for reporting nested test classes. See #48 and spekt/testlogger#41. Thanks @pageyboy.
  • Update core testlogger to 3.1.138.
  • Infra: fix build when repo is cloned in path with whitespace.

v3.1.11 - 2023/07/06

  • Update core testlogger to 3.1.130.
  • Fix for illegal xml characters in various names. See spekt/testlogger#37
  • Use DisplayName for method names. See #46
  • Various infra fixes: move to net7.0, add github CI and remove appveyor.

v3.0.78 - 2023/01/30

v3.0.70 - 2021/11/01

v3.0.66 - 2021/03/10

v3.0.62 - 2021/02/03

  • Remove unused code from refactoring. See #31
  • Ensure Traits for Tests are available in the report. Use TestResultInfo.TestCase.Traits instead of TestResultInfo.Traits. See #32

v3.0.56 - 2021/01/31

  • Refactor to support core testlogger
  • Compatibility: minimum framework is netstandard1.5 and TestPlatform 15.5.0
  • Use test run start and end times for run duration reporting for assembly. See #26
  • Escape control characters from the generated xml. See #25
  • Token expansion for {assembly} and {framework} in results file. See https://github.com/spekt/testlogger/wiki/Logger-Configuration