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)
276throw new BuildCheckConfigurationException( 294throw new BuildCheckConfigurationException(message, e); 730throw 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);
9 references to BuildCheckConfigurationException
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (3)
216catch (BuildCheckConfigurationException e) 327catch (BuildCheckConfigurationException e) 724catch (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>
Microsoft.Build.BuildCheck.UnitTests (4)
CheckConfiguration_Test.cs (2)
111var exception = Should.Throw<BuildCheckConfigurationException>(() =>
ConfigurationProvider_Tests.cs (2)
149Should.Throw<BuildCheckConfigurationException>(() => 181Should.Throw<BuildCheckConfigurationException>(() =>