Cake Issues v2.0.0 Released

Published
Saturday, December 10, 2022
Category
Release Notes

After several months with beta releases Cake Issues version 2.0.0 has been released. This is a major release, containing breaking changes beside bringing new features and bug fixes across all addins.

This post shows the highlights included in this release. For update instructions skip to Updating from previous versions.

❤ Huge thanks to our community! This release would not have been possible without your support and contributions! ❤

People working on this release:

Support for Cake 2.0

All addins have been updated to support Cake 2.x.

Target framework have been updated to .NET Core 3.1, .NET 5 and .NET 6 to be in line with Cake. See Sunsetting of .NET Framework and .NET Core runners in Cake 2.0 for details.

Support for MsBuild binary logs version 9

Support for binary logs in version 9 has been added to Cake.Issues.MsBuild.

Updating from previous versions

Cake.Issues 2.0.0 is a breaking release, which means that it probably requires changes to your build script. This section documents the most common changes which might be required:

  • Cake.Issues
    • Serialization format has been updated to version 5. Older version are still supported for deserialization.
    • ProviderIssueIssueLimits has been renamed to ProviderIssueLimits
    • IIssue.Rule has been renamed to IIssue.RuleId
    • IIssue was extended with an additional RuleName property.
  • Cake.Issues.MsBuild
    • MsBuild 15 or newer required for binary logs

For details see release notes of the individual addins:


GitHub