6 writes to RuleId
Microsoft.Build (6)
BuildCheck\Checks\PreferProjectReferenceCheck.cs (1)
18
new CheckConfiguration() {
RuleId
= RuleId, Severity = CheckResultSeverity.Warning });
BuildCheck\Checks\PropertiesUsageCheck.cs (3)
20
new CheckConfiguration() {
RuleId
= "BC0201", Severity = CheckResultSeverity.Warning, EvaluationCheckScope = EvaluationCheckScope.ProjectFileOnly });
25
new CheckConfiguration() {
RuleId
= "BC0202", Severity = CheckResultSeverity.Warning, EvaluationCheckScope = EvaluationCheckScope.ProjectFileOnly });
30
new CheckConfiguration() {
RuleId
= "BC0203", Severity = CheckResultSeverity.Suggestion, EvaluationCheckScope = EvaluationCheckScope.ProjectFileOnly });
BuildCheck\Checks\SharedOutputPathCheck.cs (1)
18
new CheckConfiguration() {
RuleId
= RuleId, Severity = CheckResultSeverity.Warning });
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
236
editorConfig.
RuleId
= ruleId;