Summary
Initializes a new instance of the
MsBuildIssuesSettings
class
for a log file content in memory.
- Assembly
- Cake
.Issues .MsBuild .dll - Namespace
- Cake
.Issues .MsBuild - Containing Type
- Ms
Build Issues Settings
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 | Base |
Format of the provided MSBuild log file. |
Return Value
Type | Description |
---|---|
void |