Cake.Issues.Reporting.Console Release Notes

3.0.0 (July 17, 2023)

As part of this release we had 3 issues closed.

Requirements

  • Cake 3.x
  • Cake.Issues 3.x
  • Cake.Issues.Reporting 3.x
  • Targeting .NET 6 and .NET 7

Breaking Changes

  • #85 Build against Cake.Issues 3.0 by @pascalberger
  • #84 Update to Cake 3.0 by @pascalberger
  • #83 Multi-Target .NET 6 & 7 instead of .NET Core 3.1, 5 & 6 by @pascalberger

Chores

  • #94 Don't restrict running on specific Cake major version by @pascalberger
  • #95 Use correct addin for Frosting tests by @pascalberger
  • #93 Fix NuGet packages by @pascalberger
  • #96 Fix dependency of Errata by @pascalberger
  • #97 Delete unused sample projects by @pascalberger
  • #99 Configure Renovate by @renovate
  • #104 Add settings for Visual Studio Code by @pascalberger
  • #103 Update to Cake.Recipe 3.0.1 by @pascalberger

New Contributors

Full Changelog: https://github.com/cake-contrib/Cake.Issues.Reporting.Console/compare/2.0.0...3.0.0

2.0.0 (December 09, 2022)

As part of this release we had 4 issues closed.

Requirements

  • Cake 2.x
  • Cake.Issues 2.x
  • Cake.Issues.Reporting 2.x
  • Targeting .NET Core 3.1, .NET 5 and .NET 6

Breaking Changes

  • #45 Multi-Target .NET Core 3.1, 5 & 6 instead of .NET Standard 2.0 by @pascalberger
  • #46 Update to Cake 2.0 by @pascalberger
  • #56 Build against Cake.Issues 2.0 by @pascalberger

Bug

  • #47 Exception if no issues are passed and ShowProviderSummary is enabled by @pascalberger

Chores

  • #65 Ignore Cake 2.x updates by @pascalberger
  • #67 Replace AnsiConsole.Render with Write() by @pascalberger

Full Changelog: https://github.com/cake-contrib/Cake.Issues.Reporting.Console/compare/1.0.0...2.0.0

2.0.0-beta.1 (July 27, 2022)

As part of this release we had 4 issues closed.

Requirements

  • Cake 2.x
  • Cake.Issues 2.0.0-beta.1
  • Cake.Issues.Reporting 2.0.0-beta.1
  • Targeting .NET Core 3.1, .NET 5 and .NET 6

Breaking Changes

  • #45 Multi-Target .NET Core 3.1, 5 & 6 instead of .NET Standard 2.0
  • #46 Update to Cake 2.0
  • #56 Build against Cake.Issues 2.0

Bug

  • #47 Exception if no issues are passed and ShowProviderSummary is enabled

1.0.0 (July 27, 2022)

As part of this release we had 1 issue closed.

Requirements

  • Cake 1.2 or newer
  • Cake.Issues 1.x
  • Cake.Issues.Reporting 1.x

Dependencies

  • #53 Bump Errata from 0.6.0 to 0.10.0 in /src

0.3.0 (September 05, 2021)

As part of this release we had 3 issues closed.

Requirements

  • Cake 1.2 or newer
  • Cake.Issues 1.x
  • Cake.Issues.Reporting 1.x

Feature

  • #32 Target .NET Standard 2.0

Improvement

  • #36 Use different colors for individual bars in provider chart

Dependencies

  • #38 Bump Errata to 0.6.0

0.2.0 (August 30, 2021)

As part of this release we had 4 issues closed.

Requirements

  • Cake .NET Tool or Cake Frosting 1.2 or newer
  • Cake.Issues 1.x
  • Cake.Issues.Reporting 1.x
  • Build targeting .NET 5.0 or newer

Improvements

  • #22 Add setting to toggle if diagnostics should be reported or not
  • #24 Add support for compact mode

Bugs

  • #21 Wrong repository link in NuGet packages
  • #23 ConsoleIssueReportFormatSettings.ShowPrioritySummary does not work

0.1.0 (August 29, 2021)

As part of this release we had 4 issues closed.

Requirements

  • Cake .NET Tool or Cake Frosting 1.2 or newer
  • Cake.Issues 1.x
  • Cake.Issues.Reporting 1.x
  • Build targeting .NET 5.0 or newer

Features

  • #3 Support issues with line & column information
  • #6 Possibility to group issues by rule
  • #14 Show summary tables

Improvement

  • #11 Show rule url
GitHub