New addin for printing issues to console

Published
Sunday, August 29, 2021
Category
Release Notes

A new Cake.Issues.Reporting.Console addin has been released which allows to output issues to the console.

Cake.Issues.Reporting.Console addin can be used to print issues to the console and is built on top of the excellent Errata library by Patrik Svensson.

Its main focus is to annotate source code with issues:

Source annotation

It currently only supports issues containing line and column information. Output can be grouped by rule, like in the image above, or individual entries for every issue.

Beside printing issues it can also show summary tables.

There's one summary which shows the number of issues for everyprovider and run:

Summary by provider & rule

Another summary shows the number of issues by priority for every provider and run:

Summary of priorities


GitHub