IIssueProperty Class

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
AdditionalInformation 1048576
static
AffectedFileRelativePath 8
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
ProjectFileRelativePath 2
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<IIssueProperty>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IIssueProperty>(IIssueProperty[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IIssueProperty>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IIssueProperty>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IIssueProperty>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IIssueProperty>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin