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