4 references to SupportedRule
Microsoft.Build (4)
BuildCheck\Checks\UntrustedLocationCheck.cs (2)
23
public override IReadOnlyList<CheckRule> SupportedRules { get; } = new List<CheckRule>() {
SupportedRule
};
45
SupportedRule
,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
157
new BuiltInCheckFactory([UntrustedLocationCheck.
SupportedRule
.Id], UntrustedLocationCheck.
SupportedRule
.DefaultConfiguration.IsEnabled ?? false, Construct<UntrustedLocationCheck>),