Browse Source

Update refs

pull/2645/head
James Jackson-South 2 years ago
parent
commit
2de4f2c54e
  1. 2
      .editorconfig
  2. 2
      shared-infrastructure
  3. 3
      src/ImageSharp.ruleset

2
.editorconfig

@ -172,6 +172,8 @@ dotnet_diagnostic.IDE0063.severity = suggestion
csharp_using_directive_placement = outside_namespace:warning
# Modifier preferences
csharp_prefer_static_local_function = true:warning
# Primary constructor preferences
csharp_style_prefer_primary_constructors = false:none
##########################################
# Unnecessary Code Rules

2
shared-infrastructure

@ -1 +1 @@
Subproject commit d65232bbbfe55a9a153b4058139dda5230e6eb4f
Subproject commit 1dbfb576c83507645265c79e03369b66cdc0379f

3
src/ImageSharp.ruleset

@ -1,7 +1,4 @@
<?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.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="IDE0290" Action="None" />
</Rules>
</RuleSet>
Loading…
Cancel
Save