20 references to CheckRule
CustomCheck (2)
Check1.cs (1)
12public static CheckRule SupportedRule = new CheckRule(
Check2.cs (1)
12public static CheckRule SupportedRule = new CheckRule(
CustomCheck2 (1)
Check3.cs (1)
12public static CheckRule SupportedRule = new CheckRule(
ErrorCustomCheck (3)
ErrorOnInitializeCheck.cs (1)
13public static CheckRule SupportedRule = new CheckRule(
ErrorOnRegisteredAction.cs (1)
13public static CheckRule SupportedRule = new CheckRule(
ErrorWhenRegisteringActions.cs (1)
13public static CheckRule SupportedRule = new CheckRule(
Microsoft.Build (6)
BuildCheck\Checks\DoubleWritesCheck.cs (1)
24public static CheckRule SupportedRule = new CheckRule(
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (1)
13public static CheckRule SupportedRule = new CheckRule(
BuildCheck\Checks\PropertiesUsageCheck.cs (3)
19private static readonly CheckRule _usedBeforeInitializedRule = new CheckRule("BC0201", "PropertyUsedBeforeDeclared", 24private static readonly CheckRule _initializedAfterUsedRule = new CheckRule("BC0202", "PropertyDeclaredAfterUsed", 29private static readonly CheckRule _unusedPropertyRule = new CheckRule("BC0203", "UnusedPropertyDeclared",
BuildCheck\Checks\SharedOutputPathCheck.cs (1)
19public static CheckRule SupportedRule = new CheckRule(RuleId, "ConflictingOutputPath",
Microsoft.Build.BuildCheck.UnitTests (8)
BuildCheckManagerProviderTests.cs (1)
94public static CheckRule SupportedRule = new CheckRule(
TaskInvocationAnalysisDataTests.cs (1)
26public static CheckRule SupportedRule = new CheckRule("BC0000", "TestRule", "TestDescription", "TestMessage",
TestAssets\CustomCheck\Check1.cs (1)
12public static CheckRule SupportedRule = new CheckRule(
TestAssets\CustomCheck\Check2.cs (1)
12public static CheckRule SupportedRule = new CheckRule(
TestAssets\CustomCheck2\Check3.cs (1)
12public static CheckRule SupportedRule = new CheckRule(
TestAssets\ErrorCustomCheck\ErrorOnInitializeCheck.cs (1)
13public static CheckRule SupportedRule = new CheckRule(
TestAssets\ErrorCustomCheck\ErrorOnRegisteredAction.cs (1)
13public static CheckRule SupportedRule = new CheckRule(
TestAssets\ErrorCustomCheck\ErrorWhenRegisteringActions.cs (1)
13public static CheckRule SupportedRule = new CheckRule(