2 writes to DefaultConfiguration
Microsoft.Build (2)
BuildCheck\API\CheckRule.cs (2)
34
DefaultConfiguration
= defaultConfiguration;
57
DefaultConfiguration
= defaultConfiguration;
5 references to DefaultConfiguration
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
148
new BuiltInCheckFactory([SharedOutputPathCheck.SupportedRule.Id], SharedOutputPathCheck.SupportedRule.
DefaultConfiguration
.IsEnabled ?? false, Construct<SharedOutputPathCheck>),
206
instance.SupportedRules.Any(r => r.
DefaultConfiguration
.IsEnabled == true));
BuildCheck\Infrastructure\CheckWrapper.cs (1)
60
defaultSeverity: (checkRule.
DefaultConfiguration
.Severity ??
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
135
check.SupportedRules[idx].
DefaultConfiguration
,
258
=> GetMergedConfiguration(projectFullPath, checkRule.Id, checkRule.
DefaultConfiguration
);