Summary
Possible format options for issues.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["IssueCommentFormat"]
class Type type-node
Syntax
public sealed class IssueCommentFormat : Enum
Fields
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|