Skip to content

Commit

Permalink
feat: make CA1860 a suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
darthkurak committed Jan 29, 2024
1 parent a1b0928 commit 4c4b1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Allegro.DotnetSdk/Allegro.DotnetSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>2.1.0</PackageVersion>
<PackageVersion>2.1.1</PackageVersion>
<IsPackable>true</IsPackable>
<DevelopmentDependency>true</DevelopmentDependency>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
3 changes: 3 additions & 0 deletions src/Allegro.DotnetSdk/Sdk/editor.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ dotnet_diagnostic.CA1707.severity = none
# CA1716: Identifiers should not match keywords
dotnet_diagnostic.CA1716.severity = suggestion

# CA1860: Avoid using 'Enumerable.Any()' extension method
dotnet_diagnostic.CA1860.severity = suggestion

# CA1822: Make member static
dotnet_diagnostic.CA1822.severity = warning

Expand Down

0 comments on commit 4c4b1e1

Please sign in to comment.