Summary
Settings for
MsBuildIssuesProvider
.
- Assembly
- Cake
.Prca .Issues .MsBuild .dll - Namespace
- Cake
.Prca .Issues .MsBuild - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["MsBuildIssuesSettings"]
class Type type-node
Syntax
public class MsBuildIssuesSettings
Constructors
Name | Summary |
---|---|
Ms |
Initializes a new instance of the MsBuildIssuesSettings class.
|
Ms |
Initializes a new instance of the MsBuildIssuesSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
Format | ILogFileFormat |
Gets the format of the MsBuild log file.
|
LogFileContent | string |
Gets the content of the log file.
|
Methods
Name | Value | Summary |
---|---|---|
FromContent |
Ms |
Returns a new instance of the
MsBuildIssuesSettings class from the content
of a MsBuild log file.
static
|
FromFilePath |
Ms |
Returns a new instance of the
MsBuildIssuesSettings class from a log file on disk.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|