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