Skip to content

Commit

Permalink
Change IDE0301-IDE0305 to suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored Nov 13, 2024
1 parent 4a36b1d commit d0ecb7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/configuration/Analyzers.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,21 @@ dotnet_diagnostic.IDE0270.severity = silent
# Use primary constructor
dotnet_diagnostic.IDE0290.severity = silent

# Collection expression can be simplified
dotnet_diagnostic.IDE0301.severity = suggestion

# Use collection expression for stackalloc
dotnet_diagnostic.IDE0302.severity = suggestion

# Use collection expression for Create()
dotnet_diagnostic.IDE0303.severity = suggestion

# Use collection expression for builder
dotnet_diagnostic.IDE0304.severity = suggestion

# Use collection expression for fluent
dotnet_diagnostic.IDE0305.severity = suggestion

# Use conditional delegate call
dotnet_diagnostic.IDE1005.severity = suggestion

Expand Down

0 comments on commit d0ecb7b

Please sign in to comment.