Summary
Description of the rule which checks if the path of a file in the repository is too long.
- Assembly
- Cake
.Issues .GitRepository .dll - Namespace
- Cake
.Issues .GitRepository - Base Types
graph BT
Type-->Base0["BaseGitRepositoryIssuesRuleDescription"]
click Base0 "/api/Cake.Issues.GitRepository/BaseGitRepositoryIssuesRuleDescription"
Base0-->Base1["Object"]
Type["FilePathTooLongRuleDescription"]
class Type type-node
Syntax
public class FilePathTooLongRuleDescription : BaseGitRepositoryIssuesRuleDescription
Constructors
Name | Summary |
---|---|
File |
Properties
Name | Value | Summary |
---|---|---|
Priority | IssuePriority |
Gets the priority of the rule.
|
RuleId | string |
Gets the ID of the rule.
|
RuleName | string |
Gets the name of the rule.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|