Cake.Issues.Reporting.Generic

The generic report support for the Cake.Issues addin allows you to create issue reports in any text format (HTML, Markdown, ...). This addin provides the aliases for any text based report format. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See cakeissues.net for an overview of the whole ecosystem of addins for working with issues in Cake scripts.

#addin nuget:?package=Cake.Issues.Reporting.Generic&version=4.3.0

dotnet add package Cake.Issues.Reporting.Generic --version 4.3.0

<PackageReference Include="Cake.Issues.Reporting.Generic" Version="4.3.0" />

Aliases

Contains functionality for creating issue reports in any text based format (HTML, Markdown, ...). NOTE: Use Cake.Issues.Reporting.Generic addin to use these aliases with Cake Script Runners and Cake.Frosting.Issues.Reporting.Generic to use these aliases with Cake Frosting.

Reporting Formats

GenericIssueReportFormat(GenericIssueReportFormatSettings) Gets an instance of a the generic report format using specified settings.
GenericIssueReportFormatFromContent(string, Action<GenericIssueReportFormatSettings>) Gets an instance of a the generic report format using a template string with custom settings.
GenericIssueReportFormatFromContent(string) Gets an instance of a the generic report format using a template string.
GenericIssueReportFormatFromEmbeddedTemplate(GenericIssueReportTemplate, Action<GenericIssueReportFormatSettings>) Gets an instance of a the generic report format using an embedded template with custom settings.
GenericIssueReportFormatFromEmbeddedTemplate(GenericIssueReportTemplate) Gets an instance of a the generic report format using an embedded template.
GenericIssueReportFormatFromFilePath(FilePath, Action<GenericIssueReportFormatSettings>) Gets an instance of a the generic report format using a local template with custom settings.
GenericIssueReportFormatFromFilePath(FilePath) Gets an instance of a the generic report format using a local template.