7 references to BuildCheckConfigurationException
Microsoft.Build (7)
BuildCheck\API\CheckConfiguration.cs (1)
145
throw new
BuildCheckConfigurationException
(
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
84
throw new
BuildCheckConfigurationException
(
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
264
throw new
BuildCheckConfigurationException
(
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
100
throw new
BuildCheckConfigurationException
("Custom configuration should be equal between projects");
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);