This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["IIssueProperty"]
class Type type-node
Syntax
public sealed class IIssueProperty : Enum
Attributes
| Type | Description |
|---|---|
| FlagsAttribute |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Additional |
1048576 |
static
|
| Affected |
8 |
static
|
| Column | 64 |
static
|
| EndColumn | 128 |
static
|
| EndLine | 32 |
static
|
| FileLink | 256 |
static
|
| Identifier | 1 |
static
|
| Line | 16 |
static
|
| MessageHtml | 1024 |
static
|
| MessageMarkdown | 2048 |
static
|
| MessageText | 512 |
static
|
| None | 0 |
static
|
| Priority | 4096 |
static
|
| PriorityName | 8192 |
static
|
| Project |
2 |
static
|
| ProjectName | 4 |
static
|
| ProviderName | 524288 |
static
|
| ProviderType | 262144 |
static
|
| RuleId | 16384 |
static
|
| RuleName | 32768 |
static
|
| RuleUrl | 65536 |
static
|
| Run | 131072 |
static
|
| Snippet | 2097152 |
static
|
| SourceLanguage | 4194304 |
static
|
| value__ |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
| IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
| NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
