5 references to SupportedRule
Microsoft.Build (5)
BuildCheck\Checks\ExecCliBuildCheck.cs (3)
50public override IReadOnlyList<CheckRule> SupportedRules { get; } = [SupportedRule]; 81SupportedRule, 97SupportedRule,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
152new BuiltInCheckFactory([ExecCliBuildCheck.SupportedRule.Id], ExecCliBuildCheck.SupportedRule.DefaultConfiguration.IsEnabled ?? false, Construct<ExecCliBuildCheck>),