9 instantiations of BuildCheckConfigurationException
Microsoft.Build (9)
BuildCheck\API\CheckConfiguration.cs (1)
145
throw new
BuildCheckConfigurationException
(
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
84
throw new
BuildCheckConfigurationException
(
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
264
throw new
BuildCheckConfigurationException
(
692
throw new
BuildCheckConfigurationException
(
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
100
throw new
BuildCheckConfigurationException
("Custom configuration should be equal between projects");
202
throw new
BuildCheckConfigurationException
($"Parsing editorConfig data failed", exception, BuildCheckConfigurationErrorScope.EditorConfigParser);
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (3)
149
throw new
BuildCheckConfigurationException
($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser);
313
throw new
BuildCheckConfigurationException
($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser);
411
throw new
BuildCheckConfigurationException
($"UnexpectedValue: {lastChar}", BuildCheckConfigurationErrorScope.EditorConfigParser);
9 references to BuildCheckConfigurationException
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (3)
204
catch (
BuildCheckConfigurationException
e)
307
catch (
BuildCheckConfigurationException
e)
686
catch (
BuildCheckConfigurationException
)
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
86
/// <throws><see cref="
BuildCheckConfigurationException
"/> If CustomConfigurationData differs in a build for a same ruleId</throws>
190
/// <exception cref="
BuildCheckConfigurationException
"></exception>
Microsoft.Build.BuildCheck.UnitTests (4)
CheckConfiguration_Test.cs (2)
111
var
exception = Should.Throw<
BuildCheckConfigurationException
>(() =>
ConfigurationProvider_Tests.cs (2)
149
Should.Throw<
BuildCheckConfigurationException
>(() =>
181
Should.Throw<
BuildCheckConfigurationException
>(() =>