MsBuildIssuesSettings.

MsBuildIssuesSettings(FilePath, BaseMsBuildLogFileFormat) Constructor

Summary

Initializes a new instance of the MsBuildIssuesSettings class for reading a log file on disk.

Syntax

public MsBuildIssuesSettings(FilePath logFilePath, BaseMsBuildLogFileFormat format)

Parameters

Name Type Description
logFilePath FilePath Path to 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