Class IntegrityReportText
Renders an IntegrityReport as human-readable text.
public static class IntegrityReportText
- Inheritance
-
IntegrityReportText
- Inherited Members
Remarks
Findings are ranked by severity and the loss summary comes last, so it is the parting message rather than something scrolled past. The limits block prints on a green report too — that is the whole point of it.
Methods
Render(IntegrityReport, bool)
Renders the full report.
public static string Render(IntegrityReport report, bool colour = false)
Parameters
reportIntegrityReportThe report to render.
colourboolWhether to emit ANSI colour escapes.
Returns
Exceptions
- ArgumentNullException
reportisnull.