MsBuildIssuesSettings.

FromFilePath(FilePath, ILogFileFormat) Method

Summary

Returns a new instance of the MsBuildIssuesSettings class from a log file on disk.

Syntax

public static MsBuildIssuesSettings FromFilePath(FilePath logFilePath, ILogFileFormat 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 ILogFileFormat Format of the provided MsBuild log file.

Return Value

Type Description
MsBuildIssuesSettings Instance of the MsBuildIssuesSettings class.
GitHub