Skip to content

Commit 89c14a5

Browse files
Update .editorconfig
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f8c761b commit 89c14a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dotnet_diagnostic.CA1829.severity = warning # Use Length/Count property in
189189
dotnet_diagnostic.CA1851.severity = warning # Possible multiple enumerations of IEnumerable collection
190190

191191
# Async/IAsyncEnumerable specific rules (CRITICAL for this library)
192-
dotnet_diagnostic.CA2007.severity = none # ConfigureAwait - not needed in library code targeting modern .NET
192+
dotnet_diagnostic.CA2007.severity = suggestion # ConfigureAwait - recommend usage in library async code
193193
dotnet_diagnostic.CA2012.severity = error # Use ValueTasks correctly
194194
dotnet_diagnostic.CA2016.severity = warning # Forward CancellationToken parameter
195195

0 commit comments

Comments
 (0)