File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,10 @@ dotnet_diagnostic.CA1032.severity = none # Implement standard exception construc
76
76
dotnet_diagnostic.CA1062.severity = silent # Validate arguments of public methods.
77
77
dotnet_diagnostic.CA1307.severity = silent # Specify StringComparison for clarity.
78
78
dotnet_diagnostic.CA1508.severity = silent # Avoid dead conditional code.
79
+ dotnet_diagnostic.CA1510.severity = none # Use ArgumentNullException.ThrowIfNull.
80
+ dotnet_diagnostic.CA1513.severity = none # Use ObjectDisposedException.ThrowIf.
79
81
dotnet_diagnostic.CA1849.severity = none # Call async methods when in an async method.
82
+ dotnet_diagnostic.CA1859.severity = silent # Use concrete return types for performance.
80
83
dotnet_diagnostic.CA2000.severity = none # Use recommended Dispose pattern.
81
84
dotnet_diagnostic.CA2100.severity = none # Review SQL queries for security vulnerabilities.
82
85
dotnet_diagnostic.CA2213.severity = silent # Disposable fields should be disposed.
You can’t perform that action at this time.
0 commit comments