HTML Diagnostic

Template for a HTML report containing a list of all issues with all properties.

HTML Diagnostic

Features

  • Unstyled table listing all properties of IIssue
  • No internet access required for displaying.

Requirements

  • No additional requirements.

Usage

To create a report using the HTML diagnostic template you can use the GenericIssueReportTemplate.HtmlDiagnostic enum value:

CreateIssueReport(
    issues,
    GenericIssueReportFormatFromEmbeddedTemplate(GenericIssueReportTemplate.HtmlDiagnostic),
    @"c:\repo",
    @"c:\report.html");

Options

This template doesn't support any options.

Demos

Source Code

You can use the source code as a template for your custom template.

Source code is available on GitHub.

GitHub