6 references to GetCustomConfiguration
Microsoft.Build (2)
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
89
var configuration =
GetCustomConfiguration
(projectFullPath, ruleId);
123
=> FillConfiguration(projectFullPath, ruleIds,
GetCustomConfiguration
);
Microsoft.Build.BuildCheck.UnitTests (4)
ConfigurationProvider_Tests.cs (4)
89
var customConfiguration = configurationProvider.
GetCustomConfiguration
(Path.Combine(workFolder1.Path, "test.csproj"), "rule_id");
146
configurationProvider.
GetCustomConfiguration
(Path.Combine(workFolder1.Path, "test.csproj"), "rule_id");
178
configurationProvider.
GetCustomConfiguration
(Path.Combine(workFolder1.Path, "test.csproj"), "rule_id");
209
configurationProvider.
GetCustomConfiguration
(Path.Combine(workFolder1.Path, "test.csproj"), "rule_id");