Cake.Issues.Reporting.Console

This addin for the Cake.Issues addin for Cake .NET Tool allows you to print issues to the console. This addin provides the aliases for reporting issues to the console. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake .NET Tool. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Reporting.Console. The addin requires Cake .NET Tool 1.2.0 or higher running on .NET 5.0 or higher.

#addin nuget:?package=Cake.Issues.Reporting.Console&version=4.0.0

dotnet add package Cake.Issues.Reporting.Console --version 4.0.0

<PackageReference Include="Cake.Issues.Reporting.Console" Version="4.0.0" />

Aliases

Contains functionality to report issues to the console.

Reporting Formats

ConsoleIssueReportFormat(ConsoleIssueReportFormatSettings) Gets an instance of the console report format using specified settings.
ConsoleIssueReportFormat() Gets an instance of the console report format using default settings.