Skip to content

Commit c9084c7

Browse files
committed
Revert "Suppress CA2025 analyzer."
This reverts commit f32297b.
1 parent 2386467 commit c9084c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ dotnet_diagnostic.CA1510.severity = none # Use ArgumentNullException.ThrowIfNull
8383
dotnet_diagnostic.CA1513.severity = none # Use ObjectDisposedException.ThrowIf.
8484
dotnet_diagnostic.CA1849.severity = none # Call async methods when in an async method.
8585
dotnet_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
8786
dotnet_diagnostic.CA2100.severity = none # Review SQL queries for security vulnerabilities.
8887
dotnet_diagnostic.CA2213.severity = silent # Disposable fields should be disposed.
8988
dotnet_diagnostic.CA5398.severity = none # Avoid hardcoded SslProtocols values.

0 commit comments

Comments
 (0)