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