File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ dotnet_diagnostic.CA1510.severity = none # Use ArgumentNullException.ThrowIfNull
8383dotnet_diagnostic.CA1513.severity = none # Use ObjectDisposedException.ThrowIf.
8484dotnet_diagnostic.CA1849.severity = none # Call async methods when in an async method.
8585dotnet_diagnostic.CA2000.severity = none # Use recommended Dispose pattern.
86- dotnet_diagnostic.CA2025.severity = none # Do not pass ' IDisposable' instances into unawaited tasks - https://github.com/dotnet/roslyn-analyzers/issues/7652 #issuecomment-2961614195
8786dotnet_diagnostic.CA2100.severity = none # Review SQL queries for security vulnerabilities.
8887dotnet_diagnostic.CA2213.severity = silent # Disposable fields should be disposed.
8988dotnet_diagnostic.CA5398.severity = none # Avoid hardcoded SslProtocols values.
You can’t perform that action at this time.
0 commit comments