10 instantiations of BuildCheckConfigurationException
Microsoft.Build (10)
BuildCheck\API\CheckConfiguration.cs (1)
145throw new BuildCheckConfigurationException(
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
82throw new BuildCheckConfigurationException(
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (3)
292throw new BuildCheckConfigurationException( 310throw new BuildCheckConfigurationException(message, e); 775throw new BuildCheckConfigurationException(
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
99throw new BuildCheckConfigurationException("Custom configuration should be equal between projects"); 201throw new BuildCheckConfigurationException($"Parsing editorConfig data failed", exception, BuildCheckConfigurationErrorScope.EditorConfigParser);
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);
5 references to BuildCheckConfigurationException
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (3)
232catch (BuildCheckConfigurationException e) 343catch (BuildCheckConfigurationException e) 769catch (BuildCheckConfigurationException)
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
85/// <throws><see cref="BuildCheckConfigurationException"/> If CustomConfigurationData differs in a build for a same ruleId</throws> 189/// <exception cref="BuildCheckConfigurationException"></exception>