mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
356 B
7 lines
356 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="ImageSharp" ToolsVersion="17.0">
|
|
<Include Path="..\shared-infrastructure\sixlabors.ruleset" Action="Default" />
|
|
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.CSharp.NetAnalyzers">
|
|
<Rule Id="CA2022" Action="Info" />
|
|
</Rules>
|
|
</RuleSet>
|