Skip to content

Latest commit

 

History

History
211 lines (130 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

211 lines (130 loc) · 10.7 KB

Change Log

All notable changes to this project will be documented in this file. See versionize for commit guidelines.

2.1.0 (2024-10-01)

2.0.2 (2024-07-29)

Bug Fixes

  • different .net versions test fixed (cf37bf1)
  • fix test for ubuntu agent (386e0d6)
  • multiple .net versions issue fixed (979f78c)
  • update test project from net48 to net 6 for ubuntu agent compatibility (7916185)

2.0.1 (2024-07-20)

2.0.1-alpha.0 (2024-07-07)

Features

2.0.0 (2024-02-15)

Features

What's Changed

  • chore(deps): bump kzrnm/get-net-sdk-project-versions-action from 1 to 2 by @dependabot in #134
  • feat: bump target framework to net8.0 by @ricardofslp in #133

1.9.0 (2024-01-10)

Features

1.8.0 (2023-11-24)

Features

  • Add new input inlineRunSettings #95 (9b7832f)
  • Add inline runsettings as possibility to run command #95 (2a0774d)
  • Allow multiple logger values #96 (7388973)

1.7.0 (2023-10-31)

1.6.1 (2023-10-11)

Bug Fixes

  • Allow MergeCoverageFormat to default to null (6bfda1d)

1.6.0 (2023-10-06)

1.5.0 (2023-9-9)

Features

  • allow the processing of multiple trx files (3d82209)

1.4.2-alpha.0 (2023-8-16)

1.4.1 (2023-8-16)

Bug Fixes

  • add option to merge coverage report lost in previous rebase (ea9c73e)

1.4.0 (2023-8-2)

Features

  • add merge coverage report capability (86a2d4b)
  • add option to collect coverage reports (c0afe43)
  • allow properties to be set (/p:) on execution of dotnet test rerun (619e904)

1.3.1 (2023-7-4)

Bug Fixes

  • return status code 0 if pass after first failure #45 (4a41541)

1.3.0 (2023-7-3)

Features

  • add option to delete report files (8aa07d8)

Bug Fixes

  • add additional tests for several tests inside data method failing (790ca82)
  • return failure return code to process when tests fail #45 (b68688e)
  • solve warnings and issue in tests (cb925d0)

1.2.1 (2023-6-15)

Bug Fixes

  • issue with rerun not using the filter with failed tests (8533383)

1.2.0 (2023-6-9)

Features

1.1.0 (2023-3-21)

Features

  • add delay option to rerun command (issue #2) (18e095c)

1.0.13 (2023-3-2)

Bug Fixes

  • solved issue of running the rerun one less time then the given by parameter (256248d)

1.0.12 (2023-2-23)

1.0.11 (2023-2-23)

Bug Fixes

  • options: set --settings as optional (02c9d36)
  • rerun: handle no file is found scenario and use same folder when no results directory is given (939111a)

1.0.10 (2023-2-15)

Bug Fixes

  • options: set --settings as optional (1fab9a8)

1.0.9 (2023-2-14)

Bug Fixes

  • dotnet: use StdOut and StdErr stream asynchronously (728e3bf)
  • rerun: allow filter option as optional (3bfb93b)

1.0.8 (2023-2-14)

Bug Fixes

  • readme typo (82c9ef9)
  • dotnet: add default working directory (3c84d0f)
  • entrypoint: replace try catch with UseExceptionHandler (7718584)
  • log: add missing loglevel option (bf9eb7c)
  • log: do not use AnsiConsole if is not running in terminal (d8179c8)
  • logging: loglevel not setted and exitcode handling (23985c6)

1.0.7 (2023-2-13)

Bug Fixes

  • dotnet: add default working directory (4783ab2)

1.0.6 (2023-2-13)

1.0.5 (2023-2-13)

Bug Fixes

  • logging: loglevel not setted and exitcode handling (22d4031)

1.0.4 (2023-2-13)

Bug Fixes

  • add missing loglevel option (d79e0ba)

1.0.3 (2023-2-13)

1.0.2 (2023-2-13)

Bug Fixes