Summary
Definition of a MsBuild log file format.
- Assembly
- Cake
.Prca .Issues .MsBuild .dll - Namespace
- Cake
.Prca .Issues .MsBuild - Implementing Types
graph TD
Type["ILogFileFormat"]
class Type type-node
Type-.->Implementing0["LogFileFormat"]
click Implementing0 "/Cake.Prca.Website/api/Cake.Prca.Issues.MsBuild/LogFileFormat"
Syntax
public interface ILogFileFormat
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
|