SarifIssuesSettings.

SarifIssuesSettings(byte[]) Constructor

Summary

Initializes a new instance of the SarifIssuesSettings class.
Assembly
Cake.Issues.Sarif.dll
Namespace
Cake.Issues.Sarif
Containing Type
SarifIssuesSettings

Syntax

public SarifIssuesSettings(byte[] logFileContent)

Parameters

Name Type Description
logFileContent byte[] Content of the SARIF file.

Return Value

Type Description
void