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.
Summary
List of properties of
IIssue.
- 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 |
AdditionalInformation property.
static
|
| Affected |
8 |
AffectedFileRelativePath property.
static
|
| Column | 64 |
Column property.
static
|
| EndColumn | 128 |
EndColumn property.
static
|
| EndLine | 32 |
EndLine property.
static
|
| FileLink | 256 |
FileLink property.
static
|
| Identifier | 1 |
Identifier property.
static
|
| Line | 16 |
Line property.
static
|
| MessageHtml | 1024 |
MessageHtml property.
static
|
| MessageMarkdown | 2048 |
MessageMarkdown property.
static
|
| MessageText | 512 |
MessageText property.
static
|
| None | 0 |
No property.
static
|
| Priority | 4096 |
Priority property.
static
|
| PriorityName | 8192 |
PriorityName property.
static
|
| Project |
2 |
ProjectFileRelativePath property.
static
|
| ProjectName | 4 |
ProjectName property.
static
|
| ProviderName | 524288 |
ProviderName property.
static
|
| ProviderType | 262144 |
ProviderType property.
static
|
| RuleId | 16384 |
RuleId property.
static
|
| RuleName | 32768 |
RuleName property.
static
|
| RuleUrl | 65536 |
RuleUrl property.
static
|
| Run | 131072 |
Run property.
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 IssuesArgumentChecks
Requires the Cake.Issues addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp 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 |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
