1 write to DefaultConfiguration
Microsoft.Build (1)
BuildCheck\API\CheckRule.cs (1)
24
DefaultConfiguration
= defaultConfiguration;
7 references to DefaultConfiguration
Microsoft.Build (7)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (4)
137
([SharedOutputPathCheck.SupportedRule.Id], SharedOutputPathCheck.SupportedRule.
DefaultConfiguration
.IsEnabled ?? false, Construct<SharedOutputPathCheck>),
138
([DoubleWritesCheck.SupportedRule.Id], DoubleWritesCheck.SupportedRule.
DefaultConfiguration
.IsEnabled ?? false, Construct<DoubleWritesCheck>),
139
([NoEnvironmentVariablePropertyCheck.SupportedRule.Id], NoEnvironmentVariablePropertyCheck.SupportedRule.
DefaultConfiguration
.IsEnabled ?? false, Construct<NoEnvironmentVariablePropertyCheck>)
194
instance.SupportedRules.Any(r => r.
DefaultConfiguration
.IsEnabled == true));
BuildCheck\Infrastructure\CheckWrapper.cs (1)
62
defaultSeverity: (checkRule.
DefaultConfiguration
.Severity ??
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
136
check.SupportedRules[idx].
DefaultConfiguration
,
259
=> GetMergedConfiguration(projectFullPath, checkRule.Id, checkRule.
DefaultConfiguration
);