7 references to BuildCheckConfigurationException
Microsoft.Build (7)
BuildCheck\API\CheckConfiguration.cs (1)
145
throw new
BuildCheckConfigurationException
(
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
82
throw new
BuildCheckConfigurationException
(
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
276
throw new
BuildCheckConfigurationException
(
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
99
throw new
BuildCheckConfigurationException
("Custom configuration should be equal between projects");
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (3)
146
throw new
BuildCheckConfigurationException
($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser);
310
throw new
BuildCheckConfigurationException
($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser);
408
throw new
BuildCheckConfigurationException
($"UnexpectedValue: {lastChar}", BuildCheckConfigurationErrorScope.EditorConfigParser);