We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c761b commit 89c14a5Copy full SHA for 89c14a5
.editorconfig
@@ -189,7 +189,7 @@ dotnet_diagnostic.CA1829.severity = warning # Use Length/Count property in
189
dotnet_diagnostic.CA1851.severity = warning # Possible multiple enumerations of IEnumerable collection
190
191
# Async/IAsyncEnumerable specific rules (CRITICAL for this library)
192
-dotnet_diagnostic.CA2007.severity = none # ConfigureAwait - not needed in library code targeting modern .NET
+dotnet_diagnostic.CA2007.severity = suggestion # ConfigureAwait - recommend usage in library async code
193
dotnet_diagnostic.CA2012.severity = error # Use ValueTasks correctly
194
dotnet_diagnostic.CA2016.severity = warning # Forward CancellationToken parameter
195
0 commit comments