7 references to BuildCheckConfigurationException
Microsoft.Build (7)
BuildCheck\API\CheckConfiguration.cs (1)
145throw new BuildCheckConfigurationException(
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
84throw new BuildCheckConfigurationException(
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
264throw new BuildCheckConfigurationException(
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
100throw new BuildCheckConfigurationException("Custom configuration should be equal between projects");
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (3)
149throw new BuildCheckConfigurationException($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser); 313throw new BuildCheckConfigurationException($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser); 411throw new BuildCheckConfigurationException($"UnexpectedValue: {lastChar}", BuildCheckConfigurationErrorScope.EditorConfigParser);