MsBuildIssuesSettings.

MsBuildIssuesSettings(byte[], BaseMsBuildLogFileFormat) Constructor

Summary

Initializes a new instance of the MsBuildIssuesSettings class for a log file content in memory.

Syntax

public MsBuildIssuesSettings(byte[] logFileContent, BaseMsBuildLogFileFormat format)

Parameters

Name Type Description
logFileContent byte[] Content of the MSBuild log file. The log file needs to be in the format as defined by the format parameter.
format BaseMsBuildLogFileFormat Format of the provided MSBuild log file.

Return Value

Type Description
void
GitHub