Summary
Available out-of-the-box reports.
- Namespace
- Cake
. Code Analysis Reporting - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["CodeAnalysisReport"]
class Type type-node
Syntax
public enum CodeAnalysisReport
Fields
Name | Constant Value | Summary |
---|---|---|
Ms |
2 |
Report from a MsBuild logfile generated by the
class from
MSBuild Extension Pack grouped by assembly.
static
|
Ms |
1 |
Report from a MsBuild logfile generated by the
class from
MSBuild Extension Pack grouped by rule number.
static
|
Undefined | 0 |
Undefined value.
static
|