MsBuildRuleDescription Class

Summary

Class describing rules appearing in MsBuild logs.
graph TD Base0["BaseRuleDescription"]-->Type click Base0 "/Cake.Prca.Website/api/Cake.Prca.Issues/BaseRuleDescription" Base1["object"]-->Base0 Type["MsBuildRuleDescription"] class Type type-node

Syntax

public class MsBuildRuleDescription : BaseRuleDescription

Constructors

Properties

Name Value Summary
Category string
Gets or sets the category of the rule.
Rule string
Gets or sets the full identifier of the rule.
Inherited from BaseRuleDescription
RuleId int
Gets or sets the identifier of the rule.

Extension Methods

Name Value Summary
NotNull<MsBuildRuleDescription>(string) void
Throws an exception if the specified parameter's value is null.
GitHub