9 writes to RuleId
Microsoft.Build (9)
BuildCheck\Checks\CopyAlwaysCheck.cs (1)
18
new CheckConfiguration() {
RuleId
= RuleId, Severity = CheckResultSeverity.Warning });
BuildCheck\Checks\EmbeddedResourceCheck.cs (1)
18
new CheckConfiguration() {
RuleId
= RuleId, Severity = CheckResultSeverity.Warning });
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.None, EvaluationCheckScope = EvaluationCheckScope.ProjectFileOnly });
BuildCheck\Checks\SharedOutputPathCheck.cs (1)
18
new CheckConfiguration() {
RuleId
= RuleId, Severity = CheckResultSeverity.Warning });
BuildCheck\Checks\TargetFrameworkConfusionCheck.cs (1)
17
new CheckConfiguration() {
RuleId
= RuleId, Severity = CheckResultSeverity.Warning });
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
236
editorConfig.
RuleId
= ruleId;