Summary
Base class for all MsBuild log file format implementations.
- Assembly
- Cake
.Prca .Issues .MsBuild .dll - Namespace
- Cake
.Prca .Issues .MsBuild - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["ILogFileFormat"]-.->Type
click Interface0 "/Cake.Prca.Website/api/Cake.Prca.Issues.MsBuild/ILogFileFormat"
Type["LogFileFormat"]
class Type type-node
Syntax
public abstract class LogFileFormat : ILogFileFormat
Constructors
| Name | Summary |
|---|---|
| LogFileFormat |
Initializes a new instance of the LogFileFormat class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Log | ICakeLog |
Gets the Cake log instance.
|
Methods
| Name | Value | Summary |
|---|---|---|
| ReadIssues |
IEnumerable |
Gets all code analysis issues.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|