Summary
Returns a new instance of the
MsBuildIssuesSettings
class from the content
of a MsBuild log file.
- Assembly
- Cake
.Prca .Issues .MsBuild .dll - Namespace
- Cake
.Prca .Issues .MsBuild - Containing Type
- Ms
Build Issues Settings
Syntax
public static MsBuildIssuesSettings FromContent(string logFileContent, ILogFileFormat format)
Parameters
Name | Type | Description |
---|---|---|
logFileContent | string | Content of 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 |
---|---|
Ms |
Instance of the MsBuildIssuesSettings class. |