Skip to content

Commit

Permalink
Turn on CA1852
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Apr 24, 2023
1 parent 4d06992 commit bc0554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/analyzers/Library.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ dotnet_diagnostic.CA1851.severity = suggestion
# Category : Performance
# Help Link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852
# Tags : Telemetry, EnabledRuleInAggressiveMode, CompilationEnd
dotnet_diagnostic.CA1852.severity = none
dotnet_diagnostic.CA1852.severity = warning

# Title : Unnecessary call to 'Dictionary.ContainsKey(key)'
# Category : Performance
Expand Down

0 comments on commit bc0554c

Please sign in to comment.