9 instantiations of BuildCheckConfigurationException
Microsoft.Build (9)
BuildCheck\API\CheckConfiguration.cs (1)
145throw new BuildCheckConfigurationException(
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
84throw new BuildCheckConfigurationException(
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
264throw new BuildCheckConfigurationException( 692throw new BuildCheckConfigurationException(
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
100throw new BuildCheckConfigurationException("Custom configuration should be equal between projects"); 202throw new BuildCheckConfigurationException($"Parsing editorConfig data failed", exception, BuildCheckConfigurationErrorScope.EditorConfigParser);
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);
9 references to BuildCheckConfigurationException
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (3)
204catch (BuildCheckConfigurationException e) 307catch (BuildCheckConfigurationException e) 686catch (BuildCheckConfigurationException)
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
86/// <throws><see cref="BuildCheckConfigurationException"/> If CustomConfigurationData differs in a build for a same ruleId</throws> 190/// <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>(() =>